aboutsummaryrefslogtreecommitdiff
path: root/js/components/tools-properties/shape-properties.reel/shape-properties.css
diff options
context:
space:
mode:
Diffstat (limited to 'js/components/tools-properties/shape-properties.reel/shape-properties.css')
-rwxr-xr-xjs/components/tools-properties/shape-properties.reel/shape-properties.css19
1 files changed, 16 insertions, 3 deletions
diff --git a/js/components/tools-properties/shape-properties.reel/shape-properties.css b/js/components/tools-properties/shape-properties.reel/shape-properties.css
index 1100bc70..4dc64d66 100755
--- a/js/components/tools-properties/shape-properties.reel/shape-properties.css
+++ b/js/components/tools-properties/shape-properties.reel/shape-properties.css
@@ -5,17 +5,26 @@
5 </copyright> */ 5 </copyright> */
6 6
7 .optionsShapeTool { 7 .optionsShapeTool {
8 padding: 4px; 8 padding: 6px;
9} 9}
10 10
11 .optionsShapeTool > * { 11 .optionsShapeTool > * {
12 float:left; 12 float:left;
13} 13}
14 14
15.optionsShapeTool select.nj-skinned {
16 margin-top: 2px;
17}
18
19.optionsShapeTool .shapeCustomProps {
20 margin-top: -3px;
21 margin-left: -31px;
22}
23
15 .optionsShapeTool .fillColorCtrl, .optionsShapeTool .strokeColorCtrl { 24 .optionsShapeTool .fillColorCtrl, .optionsShapeTool .strokeColorCtrl {
16 width: 20px; 25 width: 20px;
17 height: 18px; 26 height: 18px;
18 margin: 2px 6px; 27 margin: 1px 6px;
19 border: 1px black solid; 28 border: 1px black solid;
20} 29}
21 30
@@ -25,4 +34,8 @@
25 margin-top: 2px; 34 margin-top: 2px;
26 -webkit-transform: scale(0.8); 35 -webkit-transform: scale(0.8);
27 background-color: rgb(40, 40, 40); 36 background-color: rgb(40, 40, 40);
28} \ No newline at end of file 37}
38
39.optionsShapeTool checkbox {
40 padding: 6px;
41}