diff options
author | Eric Guzman | 2012-05-08 09:43:57 -0700 |
---|---|---|
committer | Eric Guzman | 2012-05-08 09:43:57 -0700 |
commit | af4dac82d2e76fe90191d6c085740d855bf961f3 (patch) | |
tree | be1eb3c1cab11bc8711f92c6a47a3fa6c46c07e7 /js/panels/css-panel/css-panel.reel | |
parent | a62f57cf6beee332ff60a48f5e26d0084b4a5432 (diff) | |
download | ninja-af4dac82d2e76fe90191d6c085740d855bf961f3.tar.gz |
Style sheets - Added default stylesheet selection
Diffstat (limited to 'js/panels/css-panel/css-panel.reel')
-rw-r--r-- | js/panels/css-panel/css-panel.reel/css-panel.css | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/js/panels/css-panel/css-panel.reel/css-panel.css b/js/panels/css-panel/css-panel.reel/css-panel.css index 7a4191b9..8ef5ec27 100644 --- a/js/panels/css-panel/css-panel.reel/css-panel.css +++ b/js/panels/css-panel/css-panel.reel/css-panel.css | |||
@@ -31,12 +31,14 @@ | |||
31 | } | 31 | } |
32 | 32 | ||
33 | .css-panel .style-sheets-view-container { | 33 | .css-panel .style-sheets-view-container { |
34 | -webkit-box-flex: 0; | 34 | display: -webkit-box; |
35 | min-height: 41px; | 35 | min-height: 41px; |
36 | -webkit-box-flex: 0; | ||
37 | -webkit-box-orient: vertical; | ||
36 | } | 38 | } |
37 | .css-panel .styles-view-container { | 39 | .css-panel .styles-view-container { |
38 | -webkit-box-flex: 1; | ||
39 | display: -webkit-box; | 40 | display: -webkit-box; |
41 | -webkit-box-flex: 1; | ||
40 | -webkit-box-orient: vertical; | 42 | -webkit-box-orient: vertical; |
41 | } | 43 | } |
42 | .panel-message { | 44 | .panel-message { |