From 18370abcf406c6ab36d5c5f2613cb79e756ff6d2 Mon Sep 17 00:00:00 2001 From: John Mayhew Date: Wed, 9 May 2012 18:07:32 -0700 Subject: -Consolidated many redundant css classes used in the tool options bars --- js/components/tools-properties/text-properties.reel/text-properties.css | 1 - 1 file changed, 1 deletion(-) (limited to 'js/components/tools-properties/text-properties.reel/text-properties.css') 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 f7bb8295..d34968e5 100755 --- a/js/components/tools-properties/text-properties.reel/text-properties.css +++ b/js/components/tools-properties/text-properties.reel/text-properties.css @@ -5,7 +5,6 @@ */ .optionsTextTool { - padding: 6px; } .optionsTextTool .btnGroup { -- cgit v1.2.3 From 67e39072da76ac79955e8c2c001e17b01311d313 Mon Sep 17 00:00:00 2001 From: John Mayhew Date: Tue, 15 May 2012 17:07:22 -0700 Subject: -added new images for the text tool options -simplified text options CSS -fixed styling to accommodate new images --- .../text-properties.reel/text-properties.css | 27 +++++++++++++--------- 1 file changed, 16 insertions(+), 11 deletions(-) (limited to 'js/components/tools-properties/text-properties.reel/text-properties.css') 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 @@ .optionsTextTool { } +.optionsTextTool .overrideMargin{ + margin-left: 0px; +} + .optionsTextTool .btnGroup { padding: 0px 8px; } @@ -15,26 +19,27 @@ margin: 2px; } -.optionsTextTool > *, .optionsTextTool .btnGroup > * { - float:left; +.optionsTextTool .btnGroup .textButton { + width: auto; + padding: 4px 8px; + margin-left: 0px; } -.optionsTextTool button { - width: auto; - padding: 4px 8px !important; - margin-left:4px; +.optionsTextTool .btnGroup .imageButton { + padding-top: 2px; + height: 22px; } .optionsTextTool .label, .optionsTextTool .hottextunit { font-size:11px; + margin-top: 1px; } .optionsTextTool .fontSelection { - width:100px; + width: 160px; } -.optionsTextTool .fontColor { - width: 20px; - height: 18px; - margin: 2px 6px; +.optionsTextTool .toolColorChipCtrl { + margin-left: 6px; + margin-right: 0px; } \ No newline at end of file -- cgit v1.2.3