summaryrefslogtreecommitdiff
path: root/themes/default/css
diff options
context:
space:
mode:
authorChad Kieffer <chad@2tbsp.com>2008-11-24 00:27:45 +0000
committerChad Kieffer <chad@2tbsp.com>2008-11-24 00:27:45 +0000
commite85282b709708c2be6ec5eb70ba5942167ff583b (patch)
treec05815ac53ae7c0ae1e98c06e66158cc8750c267 /themes/default/css
parent45128b2322742d99bd4b1cc1bde6215ac6af7982 (diff)
Make login form JS unobtrusive. Needs work.
Diffstat (limited to 'themes/default/css')
-rw-r--r--themes/default/css/screen.css11
1 files changed, 2 insertions, 9 deletions
diff --git a/themes/default/css/screen.css b/themes/default/css/screen.css
index a3ccedfc..276c7211 100644
--- a/themes/default/css/screen.css
+++ b/themes/default/css/screen.css
@@ -543,14 +543,12 @@ table.gMetadata td.toggle {
* 8) Forms
******************************************************************/
-form {
-}
-
fieldset {
border: 1px solid #ccc;
}
legend {
+ font-weight: bold;
margin-left: 1em;
}
@@ -615,7 +613,7 @@ button {
/* Form layout ~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
form li {
- margin-top: .5em;
+ margin: 0 !important;
padding: .3em 1.5em .3em 1em;
}
@@ -702,10 +700,6 @@ li.gError select {
border: none;
}
-#gHeader #gLoginForm li {
- margin-top: 0;
-}
-
#gHeader #gLoginForm legend {
display: none;
}
@@ -737,7 +731,6 @@ li.gError select {
margin-top: 1em;
}
-
#gSearchForm label {
display: none;
}