summaryrefslogtreecommitdiffstats
path: root/web/html/css/arch.css
diff options
context:
space:
mode:
authoreliott <eliott@cactuswax.net>2008-01-17 05:28:02 +0100
committerDan McGee <dan@archlinux.org>2008-01-20 07:21:21 +0100
commit6edbef61c18bd5b652a726e2cb64090e4a59cb97 (patch)
treecf8bd4fbbe936e0bd423449304ba8e1be1006e27 /web/html/css/arch.css
parent14ecbf5fd577995a93f4437ce5d60069fd7cc771 (diff)
downloadaur-6edbef61c18bd5b652a726e2cb64090e4a59cb97.tar.gz
aur-6edbef61c18bd5b652a726e2cb64090e4a59cb97.tar.xz
Hacky attempt to fix lang and navigation bars
Diffstat (limited to 'web/html/css/arch.css')
-rw-r--r--web/html/css/arch.css45
1 files changed, 31 insertions, 14 deletions
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%;