diff options
Diffstat (limited to 'js/components/tools-properties/fill-properties.reel/fill-properties.css')
-rwxr-xr-x | js/components/tools-properties/fill-properties.reel/fill-properties.css | 26 |
1 files changed, 24 insertions, 2 deletions
diff --git a/js/components/tools-properties/fill-properties.reel/fill-properties.css b/js/components/tools-properties/fill-properties.reel/fill-properties.css index 58b1c1e8..fa2e75e6 100755 --- a/js/components/tools-properties/fill-properties.reel/fill-properties.css +++ b/js/components/tools-properties/fill-properties.reel/fill-properties.css | |||
@@ -7,7 +7,29 @@ | |||
7 | .optionsFillTool { | 7 | .optionsFillTool { |
8 | padding: 6px; | 8 | padding: 6px; |
9 | } | 9 | } |
10 | 10 | .optionsFillTool > * { | |
11 | .optionsFillTool > * { | 11 | float:left; |
12 | } | ||
13 | .optionsFillTool > * > *{ | ||
12 | float:left; | 14 | float:left; |
15 | } | ||
16 | |||
17 | .optionsFillTool label { | ||
18 | margin-right: 8px; | ||
19 | } | ||
20 | .optionsFillTool .colorCtrlIcon { | ||
21 | width: 20px; | ||
22 | height: 20px; | ||
23 | margin-top: 0px; | ||
24 | margin-left: 10px; | ||
25 | -webkit-transform: scale(0.8); | ||
26 | background-color: rgb(40, 40, 40); | ||
27 | } | ||
28 | |||
29 | .materialsContainerOptions select { | ||
30 | margin-top: 2px; | ||
31 | } | ||
32 | |||
33 | .materialsContainerOptions label { | ||
34 | margin-right: 0px; | ||
13 | } \ No newline at end of file | 35 | } \ No newline at end of file |