From 4a8034cabe8646d5fef1ebbfd8c3603b6a45d869 Mon Sep 17 00:00:00 2001 From: Shish Date: Fri, 16 Jan 2009 20:53:11 -0800 Subject: [PATCH] zebra improvements --- ext/alias_editor/theme.php | 7 +++---- ext/ext_manager/theme.php | 4 +++- themes/default/style.css | 4 ++-- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/ext/alias_editor/theme.php b/ext/alias_editor/theme.php index b8a72194..c5c2c57a 100644 --- a/ext/alias_editor/theme.php +++ b/ext/alias_editor/theme.php @@ -47,10 +47,9 @@ class AliasEditorTheme extends Themelet { } $html = " - $action - $add - $h_aliases - $add + $action$add + $h_aliases + $add
FromTo
FromTo

Download as CSV

diff --git a/ext/ext_manager/theme.php b/ext/ext_manager/theme.php index 5d231e6b..b1d1baf5 100644 --- a/ext/ext_manager/theme.php +++ b/ext/ext_manager/theme.php @@ -8,6 +8,7 @@ class ExtManagerTheme extends Themelet { EnabledNameDescription + "; $n = 0; foreach($extensions as $extension) { @@ -26,7 +27,8 @@ class ExtManagerTheme extends Themelet { "; } $html .= " - + +
"; diff --git a/themes/default/style.css b/themes/default/style.css index 911fb7f2..ceb29259 100644 --- a/themes/default/style.css +++ b/themes/default/style.css @@ -26,7 +26,6 @@ H3 { padding: 1px; } THEAD { - background: #DEDEDE; font-weight: bold; } TD { @@ -54,7 +53,8 @@ TD>SELECT {width: 100%;} TABLE.zebra {border-spacing: 0px;} TABLE.zebra TD, TABLE.zebra TH {vertical-align: middle; padding: 4px;} -TABLE.zebra THEAD {border-bottom: 2px solid #DDD;} +TABLE.zebra THEAD TD, TABLE.zebra THEAD TH {border-bottom: 2px solid #CCC;} +TABLE.zebra TFOOT TD, TABLE.zebra TFOOT TH {border-top: 2px solid #CCC;} TABLE.zebra TR {border-bottom: 1px solid #DDD;} TABLE.zebra TR.odd {background: #EFEFEF;} TABLE.zebra TR.even {background: #E0E0E0;}