From adfa5b0b5023b97b9cbbfbe5920e8a37198691f8 Mon Sep 17 00:00:00 2001 From: Ben Klang Date: Thu, 31 Dec 2009 16:48:57 -0500 Subject: [PATCH] Shout: stylesheet fixes Get rid of old row-coloring styles Add new inline list styles for submenus --- shout/themes/screen.css | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/shout/themes/screen.css b/shout/themes/screen.css index 057a159c8..39548fdd7 100644 --- a/shout/themes/screen.css +++ b/shout/themes/screen.css @@ -1,28 +1,17 @@ -.lighthint { - color: #fff; - font-size: 10px; - } - - -.darkhint { - color: #700; - font-size: 10px; - } - table { width: 100%; } .header { color: #fff; - background: #a22; + background: #66a; text-align: right; font-style: italic; font-weight: bold; font-size: 14px; } -.userList{ +#extensionList{ border: 1px solid #000; } @@ -180,10 +169,19 @@ table { padding-right: 5px; } +ul { + list-style: none; + display: inline; +} + +#controls { + float: left; +} + /*#extensionDetail .pButtonsHighlight { visibility: visible; background: #ccf; padding: 3px; border-bottom: 1px solid #000; border-top: 1px solid #000; -}*/ \ No newline at end of file +}*/ -- 2.11.0