diff options
Diffstat (limited to 'js/panels/css-panel/style-sheets-view.reel/style-sheets-view.css')
-rw-r--r-- | js/panels/css-panel/style-sheets-view.reel/style-sheets-view.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/js/panels/css-panel/style-sheets-view.reel/style-sheets-view.css b/js/panels/css-panel/style-sheets-view.reel/style-sheets-view.css index 7a46e387..a3e13c77 100644 --- a/js/panels/css-panel/style-sheets-view.reel/style-sheets-view.css +++ b/js/panels/css-panel/style-sheets-view.reel/style-sheets-view.css | |||
@@ -9,19 +9,19 @@ | |||
9 | overflow: hidden; | 9 | overflow: hidden; |
10 | } | 10 | } |
11 | 11 | ||
12 | .style-sheets-view-container ul { | 12 | .style-sheets-view-container .sheet-list { |
13 | margin: 0; | 13 | margin: 0; |
14 | padding: 0; | 14 | padding: 0; |
15 | min-height: 55px; | 15 | min-height: 55px; |
16 | } | 16 | } |
17 | .style-sheets-view-container li { | 17 | .style-sheets-view-container .sheet-list li { |
18 | list-style-type: none; | 18 | list-style-type: none; |
19 | margin: 0 8px; | 19 | margin: 0 8px; |
20 | } | 20 | } |
21 | .style-sheets-view-container li:first-child { | 21 | .style-sheets-view-container .sheet-list li:first-child { |
22 | margin-top: 5px; | 22 | margin-top: 5px; |
23 | } | 23 | } |
24 | .style-sheets-view-container li:last-child { | 24 | .style-sheets-view-container .sheet-list li:last-child { |
25 | margin-bottom: 5px; | 25 | margin-bottom: 5px; |
26 | } | 26 | } |
27 | 27 | ||