From 560d9255ed1bba04f3dc3f4320307f7d5626bfab Mon Sep 17 00:00:00 2001 From: Eric Guzman Date: Thu, 3 May 2012 11:49:24 -0700 Subject: CSS Panel - Support showing computed styles --- .../ComputedStyleSubPanel.reel/computed-style-sub-panel.css | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'js/panels/CSSPanel/ComputedStyleSubPanel.reel/computed-style-sub-panel.css') 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 @@ padding: 8px 0; position: relative; } -#nj-computed-sub-panel { +.nj-css-panel-computed { display:-webkit-box; -webkit-box-flex: 1; -webkit-box-orient: vertical; } -#nj-computed-sub-panel .nj-sub-panel { +/*#nj-computed-sub-panel .nj-sub-panel {*/ +.sub-panel-slot .nj-sub-panel { -webkit-box-flex: 1; background-color: #474747; color: #FFF; @@ -53,10 +54,10 @@ #nj-css-computed-list { margin-top: 7px; } +#nj-css-computed-list dt, #nj-css-computed-list dd { + cursor: default; +} #nj-css-computed-list dt { color: #FFF; width: 55%; } -#nj-computed-sub-panel.nj-css-panel-hide { - display: none; -} \ No newline at end of file -- cgit v1.2.3