aboutsummaryrefslogtreecommitdiff
path: root/js/panels/css-panel/rule-components/css-style-rule.reel/css-style-rule.css
diff options
context:
space:
mode:
authorEric Guzman2012-03-12 15:25:53 -0700
committerEric Guzman2012-03-12 15:25:53 -0700
commita43de0b808db09ed76a94bf43ca0108bedeb2e62 (patch)
treea55349e73d47c37687f454aea5dd43fd5f2d0b0a /js/panels/css-panel/rule-components/css-style-rule.reel/css-style-rule.css
parent42d9f27afea3066cbccf22c76753f407fd340c30 (diff)
downloadninja-a43de0b808db09ed76a94bf43ca0108bedeb2e62.tar.gz
CSS Panel Update - Style Rule update
Diffstat (limited to 'js/panels/css-panel/rule-components/css-style-rule.reel/css-style-rule.css')
-rw-r--r--js/panels/css-panel/rule-components/css-style-rule.reel/css-style-rule.css13
1 files changed, 12 insertions, 1 deletions
diff --git a/js/panels/css-panel/rule-components/css-style-rule.reel/css-style-rule.css b/js/panels/css-panel/rule-components/css-style-rule.reel/css-style-rule.css
index 0441c1cf..9306955c 100644
--- a/js/panels/css-panel/rule-components/css-style-rule.reel/css-style-rule.css
+++ b/js/panels/css-panel/rule-components/css-style-rule.reel/css-style-rule.css
@@ -2,4 +2,15 @@
2 This file contains proprietary software owned by Motorola Mobility, Inc.<br/> 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/> 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. 4 (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved.
5 </copyright> */ \ No newline at end of file 5 </copyright> */
6.css-style-rule-item {
7 position: relative;
8}
9.style-rule-heading {
10 /*background-color: #333;*/
11}
12.style-sheet-name {
13 position: absolute;
14 right: 0;
15
16} \ No newline at end of file