aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Guzman2012-05-21 15:42:01 -0700
committerEric Guzman2012-05-21 15:42:01 -0700
commita48b284e902708685ab892b273538eb8ba65e496 (patch)
tree7ead4a21c711690ac90d91609cee5f7a151f3ec5
parenta237dfaad38bb9efac803db83a28099f6f74dde8 (diff)
downloadninja-a48b284e902708685ab892b273538eb8ba65e496.tar.gz
Computed Styles - Add some CSS that was inherited from old CSS Panel
-rwxr-xr-xjs/panels/CSSPanel/ComputedStyleSubPanel.reel/computed-style-sub-panel.css3
1 files changed, 2 insertions, 1 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 21dd9055..d60f2d9c 100755
--- a/js/panels/CSSPanel/ComputedStyleSubPanel.reel/computed-style-sub-panel.css
+++ b/js/panels/CSSPanel/ComputedStyleSubPanel.reel/computed-style-sub-panel.css
@@ -54,8 +54,9 @@
54} 54}
55.nj-css-computed-list dt, .nj-css-computed-list dd { 55.nj-css-computed-list dt, .nj-css-computed-list dd {
56 cursor: default; 56 cursor: default;
57 display: inline-block;
57} 58}
58.nj-css-style-list.nj-css-computed-list dt { 59.nj-css-style-list.nj-css-computed-list dt {
59 color: #FFF; 60 color: #FFF;
60 width: 55%; 61 width: 48%;
61} 62}