diff options
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.css | 22 |
1 files changed, 22 insertions, 0 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 new file mode 100644 index 00000000..deb71d31 --- /dev/null +++ b/js/panels/css-panel/rule-components/css-style-rule.reel/css-style-rule.css | |||
@@ -0,0 +1,22 @@ | |||
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-style-rule-item { | ||
7 | position: relative; | ||
8 | } | ||
9 | .style-rule-heading { | ||
10 | background-color: #f3f3f3; | ||
11 | border: 1px #e7e7e7; | ||
12 | border-style: solid none; | ||
13 | box-shadow: inset 0 0 1px #FFF; | ||
14 | padding: 4px; | ||
15 | } | ||
16 | .style-sheet-name { | ||
17 | color: #333; | ||
18 | position: absolute; | ||
19 | right: 8px; | ||
20 | text-decoration: none; | ||
21 | font-family: "Droid Sans", sans-serif; | ||
22 | } \ No newline at end of file | ||