From: Michael M Slusarz Date: Wed, 17 Jun 2009 04:28:21 +0000 (-0600) Subject: Remove unneeded/duplicate CSS declarations X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=9b574d1fdbcdf50c552ac9f46bd0a3b9d9878433;p=horde.git Remove unneeded/duplicate CSS declarations --- diff --git a/chora/themes/screen.css b/chora/themes/screen.css index 7040b8d47..d4d0e51a6 100644 --- a/chora/themes/screen.css +++ b/chora/themes/screen.css @@ -1,29 +1,7 @@ -/* Menu bottom margin, added for BC. */ -#menu { - margin-bottom: 8px; -} - -/* Image alignment, added for BC. */ -img { - vertical-align: middle; -} - -/* Table CSS, added for BC. */ th { - color: #333; border-bottom: 1px solid #999; } -/* Sort arrow styles, added for BC. */ -.sortup { - background: #bbcbff url("graphics/za.png") center left no-repeat; - padding-left: 10px; -} -.sortdown { - background: #bbcbff url("graphics/az.png") center left no-repeat; - padding-left: 10px; -} - .QuickFinderNoMatch { display: none; } @@ -85,14 +63,6 @@ table.headerbar tr { table.headerbar td { border-right: none; } -table.revlog th.sortup, table.headerbar th.sortup, table.browse th.sortup { - background: #bbcbff url("graphics/za.png") center left no-repeat; - padding-left: 10px; -} -table.revlog th.sortdown, table.headerbar th.sortdown, table.browse th.sortdown { - background: #bbcbff url("graphics/az.png") center left no-repeat; - padding-left: 10px; -} /* History View. */ table.history, p.history { @@ -163,19 +133,10 @@ h3.revision_log, h3.checkout { margin-top: 4px; margin-bottom: 0; } -.revlog .sdiff { - display: none; -} -.revlog .selection .sdiff { - display: inline; -} -.revlog .selection .selected .sdiff { - display: none; -} -.revlog .selection .pdiff { +.revlog .sdiff, .revlog .selection .selected .sdiff, .revlog .selection .pdiff { display: none; } -.revlog .selection .selected .pdiff { +.revlog .selection .sdiff, .revlog .selection .selected .pdiff { display: inline; }