From 946fae3acf8ca9f384b662e40f406506e8b90ea7 Mon Sep 17 00:00:00 2001 From: Eric Guzman Date: Mon, 23 Apr 2012 22:37:34 -0700 Subject: CSSPanel - Resizer --- .../style-sheets-view.reel/style-sheets-view.css | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) (limited to 'js/panels/css-panel/style-sheets-view.reel/style-sheets-view.css') diff --git a/js/panels/css-panel/style-sheets-view.reel/style-sheets-view.css b/js/panels/css-panel/style-sheets-view.reel/style-sheets-view.css index dfb67d13..7a46e387 100644 --- a/js/panels/css-panel/style-sheets-view.reel/style-sheets-view.css +++ b/js/panels/css-panel/style-sheets-view.reel/style-sheets-view.css @@ -3,9 +3,16 @@ No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.
(c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved. */ + +.style-sheets-view-container { + position: relative; + overflow: hidden; +} + .style-sheets-view-container ul { margin: 0; padding: 0; + min-height: 55px; } .style-sheets-view-container li { list-style-type: none; @@ -16,4 +23,27 @@ } .style-sheets-view-container li:last-child { margin-bottom: 5px; +} + +/* --------------- + Toolbar +------------------- */ + +.style-sheets-toolbar-container { + bottom: 0; + height: 24px; + position: absolute; + width: 100%; +} + +/* ------------------ + Resizer + ------------------ */ + +.sub-panel-resizer { + bottom: 0; + cursor: row-resize; + height: 4px; + position: absolute; + width: 100%; } \ No newline at end of file -- cgit v1.2.3