aboutsummaryrefslogtreecommitdiff
path: root/js/components/tools-properties/text-properties.reel/text-properties.css
diff options
context:
space:
mode:
authorJohn Mayhew2012-05-15 17:07:22 -0700
committerJohn Mayhew2012-05-15 17:08:01 -0700
commit67e39072da76ac79955e8c2c001e17b01311d313 (patch)
tree3e230f97feabd94a3d1281076a4c2c00b5a08eda /js/components/tools-properties/text-properties.reel/text-properties.css
parent9539e778dd678cec90cf83528df69a189be3a192 (diff)
downloadninja-67e39072da76ac79955e8c2c001e17b01311d313.tar.gz
-added new images for the text tool options
-simplified text options CSS -fixed styling to accommodate new images
Diffstat (limited to 'js/components/tools-properties/text-properties.reel/text-properties.css')
-rwxr-xr-xjs/components/tools-properties/text-properties.reel/text-properties.css27
1 files changed, 16 insertions, 11 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 d34968e5..218105a7 100755
--- a/js/components/tools-properties/text-properties.reel/text-properties.css
+++ b/js/components/tools-properties/text-properties.reel/text-properties.css
@@ -7,6 +7,10 @@
7.optionsTextTool { 7.optionsTextTool {
8} 8}
9 9
10.optionsTextTool .overrideMargin{
11 margin-left: 0px;
12}
13
10.optionsTextTool .btnGroup { 14.optionsTextTool .btnGroup {
11 padding: 0px 8px; 15 padding: 0px 8px;
12} 16}
@@ -15,26 +19,27 @@
15 margin: 2px; 19 margin: 2px;
16} 20}
17 21
18.optionsTextTool > *, .optionsTextTool .btnGroup > * { 22.optionsTextTool .btnGroup .textButton {
19 float:left; 23 width: auto;
24 padding: 4px 8px;
25 margin-left: 0px;
20} 26}
21 27
22.optionsTextTool button { 28.optionsTextTool .btnGroup .imageButton {
23 width: auto; 29 padding-top: 2px;
24 padding: 4px 8px !important; 30 height: 22px;
25 margin-left:4px;
26} 31}
27 32
28.optionsTextTool .label, .optionsTextTool .hottextunit { 33.optionsTextTool .label, .optionsTextTool .hottextunit {
29 font-size:11px; 34 font-size:11px;
35 margin-top: 1px;
30} 36}
31 37
32.optionsTextTool .fontSelection { 38.optionsTextTool .fontSelection {
33 width:100px; 39 width: 160px;
34} 40}
35 41
36.optionsTextTool .fontColor { 42.optionsTextTool .toolColorChipCtrl {
37 width: 20px; 43 margin-left: 6px;
38 height: 18px; 44 margin-right: 0px;
39 margin: 2px 6px;
40} \ No newline at end of file 45} \ No newline at end of file