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-xjs/components/tools-properties/text-properties.reel/text-properties.css30
1 files changed, 13 insertions, 17 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 6aa61812..d581c6c3 100755
--- a/js/components/tools-properties/text-properties.reel/text-properties.css
+++ b/js/components/tools-properties/text-properties.reel/text-properties.css
@@ -5,33 +5,29 @@
5 </copyright> */ 5 </copyright> */
6 6
7.optionsTextTool { 7.optionsTextTool {
8 padding: 6px; 8 display: -webkit-box;
9 -webkit-box-orient:horizontal;
10 -webkit-box-align: stretch;
11 padding: 5px;
9} 12}
10 13
11.optionsTextTool .btnGroup {
12 padding: 0px 8px;
13}
14 14
15.optionsTextTool > *, .optionsTextTool .btnGroup > * { 15.optionsTextTool > * {
16 float:left; 16 -webkit-box-flex:0;
17} 17}
18 18
19.optionsTextTool button { 19.optionsTextTool .button {
20 width: auto; 20 width: auto;
21 padding: 4px 8px !important; 21
22 margin-left:4px; 22}
23
24.optionsTextTool .hottextunit {
25 padding-top:5px;
23} 26}
24 27
25.optionsTextTool .label, .optionsTextTool .hottextunit { 28.optionsTextTool .label, .optionsTextTool .hottextunit {
29 float:none;
26 font-size:11px; 30 font-size:11px;
27} 31}
28 32
29.optionsTextTool .fontSelection {
30 width:100px;
31}
32 33
33.optionsTextTool .fontColor {
34 width: 20px;
35 height: 18px;
36 margin: 2px 6px;
37} \ No newline at end of file