diff options
Diffstat (limited to 'js/panels/CSSPanel/ComputedStyleSubPanel.reel/computed-style-sub-panel.css')
-rwxr-xr-x | js/panels/CSSPanel/ComputedStyleSubPanel.reel/computed-style-sub-panel.css | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/js/panels/CSSPanel/ComputedStyleSubPanel.reel/computed-style-sub-panel.css b/js/panels/CSSPanel/ComputedStyleSubPanel.reel/computed-style-sub-panel.css index e9af9b88..9f0043f4 100755 --- a/js/panels/CSSPanel/ComputedStyleSubPanel.reel/computed-style-sub-panel.css +++ b/js/panels/CSSPanel/ComputedStyleSubPanel.reel/computed-style-sub-panel.css | |||
@@ -12,12 +12,13 @@ | |||
12 | padding: 8px 0; | 12 | padding: 8px 0; |
13 | position: relative; | 13 | position: relative; |
14 | } | 14 | } |
15 | #nj-computed-sub-panel { | 15 | .nj-css-panel-computed { |
16 | display:-webkit-box; | 16 | display:-webkit-box; |
17 | -webkit-box-flex: 1; | 17 | -webkit-box-flex: 1; |
18 | -webkit-box-orient: vertical; | 18 | -webkit-box-orient: vertical; |
19 | } | 19 | } |
20 | #nj-computed-sub-panel .nj-sub-panel { | 20 | /*#nj-computed-sub-panel .nj-sub-panel {*/ |
21 | .sub-panel-slot .nj-sub-panel { | ||
21 | -webkit-box-flex: 1; | 22 | -webkit-box-flex: 1; |
22 | background-color: #474747; | 23 | background-color: #474747; |
23 | color: #FFF; | 24 | color: #FFF; |
@@ -53,10 +54,10 @@ | |||
53 | #nj-css-computed-list { | 54 | #nj-css-computed-list { |
54 | margin-top: 7px; | 55 | margin-top: 7px; |
55 | } | 56 | } |
57 | #nj-css-computed-list dt, #nj-css-computed-list dd { | ||
58 | cursor: default; | ||
59 | } | ||
56 | #nj-css-computed-list dt { | 60 | #nj-css-computed-list dt { |
57 | color: #FFF; | 61 | color: #FFF; |
58 | width: 55%; | 62 | width: 55%; |
59 | } | 63 | } |
60 | #nj-computed-sub-panel.nj-css-panel-hide { | ||
61 | display: none; | ||
62 | } \ No newline at end of file | ||