From 1433f2bdf2e5b8c5c18fed5e9c17fd983ab3606d Mon Sep 17 00:00:00 2001 From: Eric Guzman Date: Fri, 2 Mar 2012 10:55:51 -0800 Subject: CSS Panel - Updating components, created toolbar components, and small changes to styles controller --- .../style-sheets-view.reel/style-sheets-view.css | 19 +++++++++++++++++++ 1 file changed, 19 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 e69de29b..dfb67d13 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 @@ -0,0 +1,19 @@ +/* + This file contains proprietary software owned by Motorola Mobility, Inc.
+ 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 ul { + margin: 0; + padding: 0; +} +.style-sheets-view-container li { + list-style-type: none; + margin: 0 8px; +} +.style-sheets-view-container li:first-child { + margin-top: 5px; +} +.style-sheets-view-container li:last-child { + margin-bottom: 5px; +} \ No newline at end of file -- cgit v1.2.3