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 --- .../brush-properties.reel/brush-properties.css | 21 ----------------- .../brush-properties.reel/brush-properties.html | 6 ++--- .../fill-properties.reel/fill-properties.css | 23 +------------------ .../fill-properties.reel/fill-properties.html | 6 ++--- .../ink-bottle-properties.css | 24 ++------------------ .../ink-bottle-properties.html | 4 +++- .../pen-properties.reel/pen-properties.css | 16 ------------- .../pen-properties.reel/pen-properties.html | 8 +++---- .../rect-properties.reel/rect-properties.css | 2 +- .../rect-properties.reel/rect-properties.html | 10 ++++----- .../selection-properties.html | 2 +- .../shape-properties.reel/shape-properties.css | 23 ------------------- .../shape-properties.reel/shape-properties.html | 14 ++++++------ .../shape-properties.reel/shape-properties.js | 1 - .../tag-properties.reel/tag-properties.html | 26 ++++++++-------------- .../text-properties.reel/text-properties.css | 1 - 16 files changed, 39 insertions(+), 148 deletions(-) (limited to 'js/components') diff --git a/js/components/tools-properties/brush-properties.reel/brush-properties.css b/js/components/tools-properties/brush-properties.reel/brush-properties.css index 0912dd7e..102a79db 100755 --- a/js/components/tools-properties/brush-properties.reel/brush-properties.css +++ b/js/components/tools-properties/brush-properties.reel/brush-properties.css @@ -4,25 +4,4 @@ (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved. */ - .optionsBrushTool { - padding: 6px; -} - .optionsBrushTool > * { - float:left; -} - - .optionsBrushTool .fillColorCtrl { - width: 20px; - height: 18px; - margin-left: 3px; - margin-right: 8px; - border: 1px black solid; -} - - .optionsBrushTool .colorCtrlIcon { - width: 20px; - height: 20px; - -webkit-transform: scale(0.8); - background-color: rgb(40, 40, 40); -} \ No newline at end of file diff --git a/js/components/tools-properties/brush-properties.reel/brush-properties.html b/js/components/tools-properties/brush-properties.reel/brush-properties.html index a820dd04..7d99a42a 100755 --- a/js/components/tools-properties/brush-properties.reel/brush-properties.html +++ b/js/components/tools-properties/brush-properties.reel/brush-properties.html @@ -80,9 +80,9 @@
-