From 97f21076db2603a1437f8bade3d9713433d473fe Mon Sep 17 00:00:00 2001 From: Eric Guzman Date: Mon, 23 Apr 2012 11:49:06 -0700 Subject: CSS Panel - Add stub for resizer --- js/panels/css-panel/css-panel.reel/css-panel.css | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'js/panels/css-panel/css-panel.reel/css-panel.css') diff --git a/js/panels/css-panel/css-panel.reel/css-panel.css b/js/panels/css-panel/css-panel.reel/css-panel.css index 6d296a8e..e525c08f 100644 --- a/js/panels/css-panel/css-panel.reel/css-panel.css +++ b/js/panels/css-panel/css-panel.reel/css-panel.css @@ -47,3 +47,13 @@ top: 8px; -webkit-box-flex: 0; } + +/* ------------------ + Resizer + ------------------ */ + +.sub-panel-resizer { + width: 100%; + height: 3px; + background-color: red; +} -- cgit v1.2.3