diff options
Diffstat (limited to 'js/panels/css-panel/style.reel/style.css')
-rw-r--r-- | js/panels/css-panel/style.reel/style.css | 29 |
1 files changed, 29 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..ebeefb91 --- /dev/null +++ b/js/panels/css-panel/style.reel/style.css | |||
@@ -0,0 +1,29 @@ | |||
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 { | ||
21 | display: inline-block; | ||
22 | color: rgb(200,0,0); | ||
23 | max-width: 68%; | ||
24 | overflow: hidden; | ||
25 | text-overflow: ellipsis; | ||
26 | } | ||
27 | .css-value { | ||
28 | display: inline; | ||
29 | } \ No newline at end of file | ||