From: Ben Klang Date: Thu, 31 Dec 2009 21:48:57 +0000 (-0500) Subject: Shout: stylesheet fixes X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=adfa5b0b5023b97b9cbbfbe5920e8a37198691f8;p=horde.git Shout: stylesheet fixes Get rid of old row-coloring styles Add new inline list styles for submenus --- 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 +}*/