aboutsummaryrefslogtreecommitdiff
path: root/js/panels/css-panel/style.reel/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'js/panels/css-panel/style.reel/style.css')
-rw-r--r--js/panels/css-panel/style.reel/style.css36
1 files changed, 36 insertions, 0 deletions
diff --git a/js/panels/css-panel/style.reel/style.css b/js/panels/css-panel/style.reel/style.css
new file mode 100644
index 00000000..4673ab69
--- /dev/null
+++ b/js/panels/css-panel/style.reel/style.css
@@ -0,0 +1,36 @@
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-item {
8 overflow: hidden;
9 white-space: nowrap;
10 text-overflow: ellipsis;
11}
12
13.css-property, .css-value {
14 border: 1px solid rgba(0,0,0,0);
15 border-radius: 2px;
16 margin: 0;
17 outline: none;
18 padding: 0 2px;
19}
20.css-property:after {
21 color: #333;
22 content: ":";
23}
24.css-value:after {
25 content: ";";
26}
27.css-property {
28 display: inline-block;
29 color: rgb(200,0,0);
30 max-width: 68%;
31 overflow: hidden;
32 text-overflow: ellipsis;
33}
34.css-value {
35 display: inline;
36} \ No newline at end of file