diff options
author | Eric Guzman | 2012-04-23 11:49:06 -0700 |
---|---|---|
committer | Eric Guzman | 2012-04-23 11:49:06 -0700 |
commit | 97f21076db2603a1437f8bade3d9713433d473fe (patch) | |
tree | 8e9011978d03580a020fa103bf4854514ad375b1 /js/panels/css-panel/css-panel.reel/css-panel.css | |
parent | 4cefebd99813f05713deb2f72bba0a035dfcb508 (diff) | |
download | ninja-97f21076db2603a1437f8bade3d9713433d473fe.tar.gz |
CSS Panel - Add stub for resizer
Diffstat (limited to 'js/panels/css-panel/css-panel.reel/css-panel.css')
-rw-r--r-- | js/panels/css-panel/css-panel.reel/css-panel.css | 10 |
1 files changed, 10 insertions, 0 deletions
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 @@ | |||
47 | top: 8px; | 47 | top: 8px; |
48 | -webkit-box-flex: 0; | 48 | -webkit-box-flex: 0; |
49 | } | 49 | } |
50 | |||
51 | /* ------------------ | ||
52 | Resizer | ||
53 | ------------------ */ | ||
54 | |||
55 | .sub-panel-resizer { | ||
56 | width: 100%; | ||
57 | height: 3px; | ||
58 | background-color: red; | ||
59 | } | ||