diff options
author | Nivesh Rajbhandari | 2012-02-22 16:53:31 -0800 |
---|---|---|
committer | Nivesh Rajbhandari | 2012-02-22 16:53:31 -0800 |
commit | 095acca0cdd72cbe6a26be74ec742ef98d529136 (patch) | |
tree | 27f170af5c390c0141aab8d689c56e56c5e7dc23 /js/components/tools-properties | |
parent | 1ed02c161f0fc063299a606e61ccece878a307a3 (diff) | |
download | ninja-095acca0cdd72cbe6a26be74ec742ef98d529136.tar.gz |
Buttons in the rectangle properties in the tools options need to float left.
Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
Diffstat (limited to 'js/components/tools-properties')
-rwxr-xr-x | js/components/tools-properties/rect-properties.reel/rect-properties.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/js/components/tools-properties/rect-properties.reel/rect-properties.css b/js/components/tools-properties/rect-properties.reel/rect-properties.css index 6541f641..74509555 100755 --- a/js/components/tools-properties/rect-properties.reel/rect-properties.css +++ b/js/components/tools-properties/rect-properties.reel/rect-properties.css | |||
@@ -16,6 +16,10 @@ | |||
16 | color:white; | 16 | color:white; |
17 | } | 17 | } |
18 | 18 | ||
19 | .rectProperties .subToolButton { | ||
20 | float:left; | ||
21 | } | ||
22 | |||
19 | .rectProperties .button:hover | 23 | .rectProperties .button:hover |
20 | { | 24 | { |
21 | opacity:1; | 25 | opacity:1; |