aboutsummaryrefslogtreecommitdiff
path: root/js/components/tools-properties/text-properties.reel/text-properties.css
diff options
context:
space:
mode:
Diffstat (limited to 'js/components/tools-properties/text-properties.reel/text-properties.css')
-rwxr-xr-x[-rw-r--r--]js/components/tools-properties/text-properties.reel/text-properties.css32
1 files changed, 20 insertions, 12 deletions
diff --git a/js/components/tools-properties/text-properties.reel/text-properties.css b/js/components/tools-properties/text-properties.reel/text-properties.css
index d581c6c3..f7bb8295 100644..100755
--- a/js/components/tools-properties/text-properties.reel/text-properties.css
+++ b/js/components/tools-properties/text-properties.reel/text-properties.css
@@ -5,29 +5,37 @@
5 </copyright> */ 5 </copyright> */
6 6
7.optionsTextTool { 7.optionsTextTool {
8 display: -webkit-box; 8 padding: 6px;
9 -webkit-box-orient:horizontal;
10 -webkit-box-align: stretch;
11 padding: 5px;
12} 9}
13 10
14 11.optionsTextTool .btnGroup {
15.optionsTextTool > * { 12 padding: 0px 8px;
16 -webkit-box-flex:0;
17} 13}
18 14
19.optionsTextTool .button { 15.optionsTextTool select {
20 width: auto; 16 margin: 2px;
17}
21 18
19.optionsTextTool > *, .optionsTextTool .btnGroup > * {
20 float:left;
22} 21}
23 22
24.optionsTextTool .hottextunit { 23.optionsTextTool button {
25 padding-top:5px; 24 width: auto;
25 padding: 4px 8px !important;
26 margin-left:4px;
26} 27}
27 28
28.optionsTextTool .label, .optionsTextTool .hottextunit { 29.optionsTextTool .label, .optionsTextTool .hottextunit {
29 float:none;
30 font-size:11px; 30 font-size:11px;
31} 31}
32 32
33.optionsTextTool .fontSelection {
34 width:100px;
35}
33 36
37.optionsTextTool .fontColor {
38 width: 20px;
39 height: 18px;
40 margin: 2px 6px;
41} \ No newline at end of file