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 | 49 |
1 files changed, 49 insertions, 0 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 new file mode 100644 index 00000000..7a46e387 --- /dev/null +++ b/js/panels/css-panel/style-sheets-view.reel/style-sheets-view.css | |||
@@ -0,0 +1,49 @@ | |||
1 | /* <copyright> | ||
2 | This file contains proprietary software owned by Motorola Mobility, Inc.<br/> | ||
3 | No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/> | ||
4 | (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved. | ||
5 | </copyright> */ | ||
6 | |||
7 | .style-sheets-view-container { | ||
8 | position: relative; | ||
9 | overflow: hidden; | ||
10 | } | ||
11 | |||
12 | .style-sheets-view-container ul { | ||
13 | margin: 0; | ||
14 | padding: 0; | ||
15 | min-height: 55px; | ||
16 | } | ||
17 | .style-sheets-view-container li { | ||
18 | list-style-type: none; | ||
19 | margin: 0 8px; | ||
20 | } | ||
21 | .style-sheets-view-container li:first-child { | ||
22 | margin-top: 5px; | ||
23 | } | ||
24 | .style-sheets-view-container li:last-child { | ||
25 | margin-bottom: 5px; | ||
26 | } | ||
27 | |||
28 | /* --------------- | ||
29 | Toolbar | ||
30 | ------------------- */ | ||
31 | |||
32 | .style-sheets-toolbar-container { | ||
33 | bottom: 0; | ||
34 | height: 24px; | ||
35 | position: absolute; | ||
36 | width: 100%; | ||
37 | } | ||
38 | |||
39 | /* ------------------ | ||
40 | Resizer | ||
41 | ------------------ */ | ||
42 | |||
43 | .sub-panel-resizer { | ||
44 | bottom: 0; | ||
45 | cursor: row-resize; | ||
46 | height: 4px; | ||
47 | position: absolute; | ||
48 | width: 100%; | ||
49 | } \ No newline at end of file | ||