diff options
author | Eric Guzman | 2012-05-03 11:48:46 -0700 |
---|---|---|
committer | Eric Guzman | 2012-05-03 11:48:46 -0700 |
commit | fc104084e964023263332dbf2d916bf00d525e8b (patch) | |
tree | 127494c4f19628eb2bea1bedfef66b1892214347 /js/components/toolbar.reel/toolbar.css | |
parent | 39ab9e427086c83661b07287328c254e0b5ba053 (diff) | |
download | ninja-fc104084e964023263332dbf2d916bf00d525e8b.tar.gz |
Panel Toolbar - Support hiding and showing of buttons
Diffstat (limited to 'js/components/toolbar.reel/toolbar.css')
-rw-r--r-- | js/components/toolbar.reel/toolbar.css | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/js/components/toolbar.reel/toolbar.css b/js/components/toolbar.reel/toolbar.css index e63b043e..b765f636 100644 --- a/js/components/toolbar.reel/toolbar.css +++ b/js/components/toolbar.reel/toolbar.css | |||
@@ -18,7 +18,13 @@ | |||
18 | width: 100%; | 18 | width: 100%; |
19 | -webkit-box-flex: 0; | 19 | -webkit-box-flex: 0; |
20 | } | 20 | } |
21 | .toolbar-container ul, .toolbar-container li { | 21 | .toolbar-container ul { |
22 | padding: 0 5px; | ||
23 | margin: 0; | ||
24 | } | ||
25 | .toolbar-container li { | ||
26 | display: inline-block; | ||
27 | float: right; | ||
22 | margin: 0; | 28 | margin: 0; |
23 | padding: 0; | 29 | padding: 0; |
24 | } | 30 | } |
@@ -48,6 +54,9 @@ | |||
48 | width: 16px; | 54 | width: 16px; |
49 | float: right; | 55 | float: right; |
50 | } | 56 | } |
51 | .left-button { | 57 | .toolbar-container .left-button { |
52 | float: left; | 58 | float: left; |
59 | } | ||
60 | .toolbar-container .hide-button { | ||
61 | display: none; | ||
53 | } \ No newline at end of file | 62 | } \ No newline at end of file |