cadviewer 6.9.5 → 6.9.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/app/css/cvjs_7.css
CHANGED
|
@@ -4788,6 +4788,56 @@ table.redlinetextModalTable td {
|
|
|
4788
4788
|
}
|
|
4789
4789
|
|
|
4790
4790
|
|
|
4791
|
+
/* 6.9.10*/
|
|
4792
|
+
.adjustspaceobjectModalHeader{
|
|
4793
|
+
z-index: 1100;
|
|
4794
|
+
position:absolute;
|
|
4795
|
+
top: 0px;
|
|
4796
|
+
left: 0px;
|
|
4797
|
+
width: 330px;
|
|
4798
|
+
height: 23px;
|
|
4799
|
+
border-radius: 0px;
|
|
4800
|
+
background-color: #DDDDDD;
|
|
4801
|
+
margin-top: 0px;
|
|
4802
|
+
border-bottom: 1px solid gray;
|
|
4803
|
+
|
|
4804
|
+
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
|
|
4805
|
+
font-size: 14px;
|
|
4806
|
+
/* line-height: 1.42857143; */
|
|
4807
|
+
color: #333
|
|
4808
|
+
|
|
4809
|
+
}
|
|
4810
|
+
|
|
4811
|
+
|
|
4812
|
+
.adjustspaceobjectModal{
|
|
4813
|
+
z-index:1000;
|
|
4814
|
+
width: 333px;
|
|
4815
|
+
height: 102px;
|
|
4816
|
+
border-radius: 3px;
|
|
4817
|
+
background-color: #FFFFFF;
|
|
4818
|
+
border: 2px solid gray;
|
|
4819
|
+
position: absolute;
|
|
4820
|
+
|
|
4821
|
+
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
|
|
4822
|
+
font-size: 14px;
|
|
4823
|
+
/* line-height: 1.42857143; */
|
|
4824
|
+
color: #333
|
|
4825
|
+
|
|
4826
|
+
}
|
|
4827
|
+
|
|
4828
|
+
table.adjustspaceobjectModalTable {
|
|
4829
|
+
width: 324px ;
|
|
4830
|
+
height: 198px ;
|
|
4831
|
+
z-index:1000;
|
|
4832
|
+
padding: 0px !important;
|
|
4833
|
+
border-spacing: 0px;
|
|
4834
|
+
border-collapse: separate;
|
|
4835
|
+
text-align: left;
|
|
4836
|
+
|
|
4837
|
+
}
|
|
4838
|
+
|
|
4839
|
+
|
|
4840
|
+
|
|
4791
4841
|
|
|
4792
4842
|
|
|
4793
4843
|
.linethicknessModalHeader{
|
|
@@ -4884,6 +4934,14 @@ table.linethicknessModalTable td {
|
|
|
4884
4934
|
}
|
|
4885
4935
|
|
|
4886
4936
|
|
|
4937
|
+
.cvjs_objectslider2{
|
|
4938
|
+
z-index:1000;
|
|
4939
|
+
width: 300px;
|
|
4940
|
+
border: 1px solid gray;
|
|
4941
|
+
position: absolute;
|
|
4942
|
+
left: 10px;
|
|
4943
|
+
top: 0px;
|
|
4944
|
+
}
|
|
4887
4945
|
|
|
4888
4946
|
|
|
4889
4947
|
|
|
@@ -4893,7 +4951,7 @@ table.linethicknessModalTable td {
|
|
|
4893
4951
|
border: 1px solid gray;
|
|
4894
4952
|
position: absolute;
|
|
4895
4953
|
left: 10px;
|
|
4896
|
-
top:
|
|
4954
|
+
top: 0px;
|
|
4897
4955
|
}
|
|
4898
4956
|
|
|
4899
4957
|
.cvjs_slider3{
|