aboutsummaryrefslogtreecommitdiff
path: root/js/panels/css-panel/css-panel.reel/css-panel.css
diff options
context:
space:
mode:
Diffstat (limited to 'js/panels/css-panel/css-panel.reel/css-panel.css')
-rw-r--r--js/panels/css-panel/css-panel.reel/css-panel.css63
1 files changed, 63 insertions, 0 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
new file mode 100644
index 00000000..8d8c8ff5
--- /dev/null
+++ b/js/panels/css-panel/css-panel.reel/css-panel.css
@@ -0,0 +1,63 @@
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.css-panel {
7 color: #FFF;
8 display: -webkit-box;
9 height: 100%;
10 -webkit-box-orient: vertical;
11}
12.css-panel > h3 {
13 background-color: #333;
14 border-top: 1px solid #3D3D3D;
15 color: #FFF;
16 cursor: default;
17 font-size: 12px;
18 font-weight: normal;
19 height: 16px;
20 margin: 0;
21 overflow: hidden;
22 padding: 4px 0 2px 10px;
23 text-overflow: ellipsis;
24 vertical-align: top;
25 white-space: nowrap;
26 -webkit-box-flex: 0;
27 -webkit-user-select: none;
28}
29.css-panel .selection-name:before, .css-panel .document-name:before {
30 content:" - "
31}
32.css-panel .no-styles.selection-name, .css-panel .no-document.document-name {
33 display: none;
34}
35
36.css-panel .style-sheets-view-container {
37 display: -webkit-box;
38 min-height: 41px;
39 -webkit-box-flex: 0;
40 -webkit-box-orient: vertical;
41}
42.css-panel .styles-view-container {
43 display: -webkit-box;
44 -webkit-box-flex: 1;
45 -webkit-box-orient: vertical;
46}
47.panel-message {
48 background-color: rgba(255,255,255, 0.1);
49 border: 1px dashed rgba(255,255,255, 0.2);
50 border-radius: 4px;
51 color: #CCC;
52 font-size: 11px;
53 font-weight: normal;
54 margin: 0 8px;
55 padding: 5px;
56 position: relative;
57 text-shadow: 1px 1px 0px #333;
58 text-align: center;
59 top: 8px;
60 -webkit-box-flex: 0;
61}
62
63