From 7cd25dd61e33ad7d5bf1c041937e1793c55e61fd Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Tue, 24 Feb 2009 00:35:34 +0000 Subject: Bug 478173: Add a "Remember" checkbox to the header/footer login form and restructure the header and footer so that it fits nicely. Patch By Max Kanat-Alexander r=glob, a=mkanat --- skins/contrib/Dusk/global.css | 21 ++++++--------------- 1 file changed, 6 insertions(+), 15 deletions(-) (limited to 'skins/contrib/Dusk/global.css') diff --git a/skins/contrib/Dusk/global.css b/skins/contrib/Dusk/global.css index ab168873f..f76557cf9 100644 --- a/skins/contrib/Dusk/global.css +++ b/skins/contrib/Dusk/global.css @@ -34,9 +34,12 @@ body { -moz-border-radius-topright: 5px; } -#header .links { +#header .links, #footer { background-color: #929bb1; - color: #f1dbc7; + color: #ddd; +} + +#header { -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; border: none; @@ -179,11 +182,8 @@ hr { /* footer */ #footer { - background: #929bb1; - color: #f1dbc7; border: 1px solid #747e93; width: 100%; - font-size: 9pt; -moz-border-radius: 5px; } @@ -198,24 +198,15 @@ hr { margin-top: 2ex; } -#footer .label { - font-weight: bold; - color: #dddddd; -} - #footer .links { border-spacing: 30px; - padding-bottom: 2ex; + margin-bottom: 2ex; } .separator { color: #cccccc; } -#footer li.form { - background-color: transparent; -} - /* tabs */ .tabbed .tabbody { -- cgit v1.2.3-24-g4f1b