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.css23
1 files changed, 23 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..7aa67e55
--- /dev/null
+++ b/js/panels/css-panel/style.reel/style.css
@@ -0,0 +1,23 @@
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.css-property, .css-value {
8 border: 1px solid rgba(0,0,0,0);
9 border-radius: 2px;
10 margin: 0;
11 outline: none;
12 padding: 0 2px;
13}
14.css-property {
15 display: inline-block;
16 color: rgb(200,0,0);
17 max-width: 68%;
18 overflow: hidden;
19 text-overflow: ellipsis;
20}
21.css-value {
22 display: inline;
23} \ No newline at end of file