From: Jan Schneider Date: Sat, 26 Jun 2010 09:14:39 +0000 (+0200) Subject: Remove BC styles. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=0c2f24b15a3d885cb320b245ad1c8527f95cb1d4;p=horde.git Remove BC styles. --- diff --git a/hermes/scripts/Sandals.wdgt/themes/screen.css b/hermes/scripts/Sandals.wdgt/themes/screen.css index 346c6920a..29215adf8 100644 --- a/hermes/scripts/Sandals.wdgt/themes/screen.css +++ b/hermes/scripts/Sandals.wdgt/themes/screen.css @@ -383,7 +383,6 @@ div.nicetitle pre { overflow: hidden; min-height: 50px; font-family: Verdana,Helvetica,sans-serif; - margin-bottom: 8px; } #menu ul { padding: 5px; diff --git a/mnemo/themes/screen.css b/mnemo/themes/screen.css index bdab76d41..64ca1a31c 100644 --- a/mnemo/themes/screen.css +++ b/mnemo/themes/screen.css @@ -1,53 +1,3 @@ -/** - * $Horde: mnemo/themes/screen.css,v 1.24 2009/08/05 22:50:05 jan Exp $ - */ - -/* Menu bottom margin, added for BC. */ -#menu { - margin-bottom: 8px; -} - -/* Added for BC. */ -.hidden { - display: none; -} - -/* Image alignment, added for BC. */ -img { - vertical-align: middle; -} - -/* 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; -} - -/* Table CSS, added for BC. */ -th { - color: #333; - font-size: 90%; - border-bottom: 1px solid #999; -} - -/* RTL styles, added for BC. */ -.leftAlign { - text-align: left; -} -.rightAlign { - text-align: right; -} -.leftFloat { - float: left; -} -.rightFloat { - float: right; -} - .notePassphrase { padding: 10px; background: #fff; diff --git a/skoli/themes/screen.css b/skoli/themes/screen.css index 283e36367..3999575e9 100644 --- a/skoli/themes/screen.css +++ b/skoli/themes/screen.css @@ -1,41 +1,3 @@ -/* Menu bottom margin, added for BC. */ -#menu { - margin-bottom: 8px; -} - -/* Added for BC. */ -.hidden { - display: none; -} -.radio { - border: 0; - height: 14px; - width: 14px; - background: transparent; -} - -/* Image alignment, added for BC. */ -img { - vertical-align: middle; -} - -/* Table CSS, added for BC. */ -th { - color: #333; - font-size: 90%; - 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; -} - #classes { width: 100%; }