From 6edbef61c18bd5b652a726e2cb64090e4a59cb97 Mon Sep 17 00:00:00 2001 From: eliott Date: Wed, 16 Jan 2008 20:28:02 -0800 Subject: Hacky attempt to fix lang and navigation bars --- web/html/css/arch.css | 45 +++++++++++++++++++++++++++++++-------------- 1 file changed, 31 insertions(+), 14 deletions(-) (limited to 'web/html') diff --git a/web/html/css/arch.css b/web/html/css/arch.css index 60cdee39..0b56419a 100644 --- a/web/html/css/arch.css +++ b/web/html/css/arch.css @@ -57,28 +57,44 @@ body { #main_nav ul li a:hover { background: #1793d1; } -#lang_sub { - z-index: 1; +#lang_login_sub { display: block; - position: absolute; - top: 50px; - right: 30px; + position: relative; + top: -30px; + margin: auto; + width: 90%; } -#lang_sub ul { - list-style: none; +#lang_login_sub .button { + font-size: 9px; + margin: 2px; +} +#login_bar { + font-size: 10px; + display: block; + float: left; +} +#login_bar input { + margin-right: 5px; +} +#lang_bar { + display: block; + position: relative; + float: right; } -#lang_sub ul a { +#lang_login_sub ul { + list-style: none; + padding: 0; +} +#lang_login_sub ul a { text-decoration: none; } -#lang_sub ul a:hover { +#lang_login_sub ul a:hover { text-decoration: underline; } -#lang_sub ul li { - display: block; - float: right; - margin: 0 3px; +#lang_login_sub ul li { + display: inline; + padding-right: 1px; font-size: 10px; - text-align: center; } #updates { font-size: small; @@ -399,6 +415,7 @@ textarea.vLargeTextField { #maincontent { width: 100%; text-align: left; + clear: both; } #maincontent > table { width: 90%; -- cgit v1.2.3-24-g4f1b