From 7dd942b6e19d2d7a779bc50e7bf4c8f8780b8f3a Mon Sep 17 00:00:00 2001 From: John Mayhew Date: Wed, 9 May 2012 14:19:14 -0700 Subject: Correct layout and styling for the shape tool and its sub tools --- .../shape-properties.reel/shape-properties.css | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) (limited to 'js/components/tools-properties/shape-properties.reel/shape-properties.css') diff --git a/js/components/tools-properties/shape-properties.reel/shape-properties.css b/js/components/tools-properties/shape-properties.reel/shape-properties.css index 1100bc70..4dc64d66 100755 --- a/js/components/tools-properties/shape-properties.reel/shape-properties.css +++ b/js/components/tools-properties/shape-properties.reel/shape-properties.css @@ -5,17 +5,26 @@ */ .optionsShapeTool { - padding: 4px; + padding: 6px; } .optionsShapeTool > * { float:left; } +.optionsShapeTool select.nj-skinned { + margin-top: 2px; +} + +.optionsShapeTool .shapeCustomProps { + margin-top: -3px; + margin-left: -31px; +} + .optionsShapeTool .fillColorCtrl, .optionsShapeTool .strokeColorCtrl { width: 20px; height: 18px; - margin: 2px 6px; + margin: 1px 6px; border: 1px black solid; } @@ -25,4 +34,8 @@ margin-top: 2px; -webkit-transform: scale(0.8); background-color: rgb(40, 40, 40); -} \ No newline at end of file +} + +.optionsShapeTool checkbox { + padding: 6px; +} -- cgit v1.2.3