diff options
| author | Tim Almdal <tnalmdal@shaw.ca> | 2009-01-25 06:28:04 +0000 |
|---|---|---|
| committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-01-25 06:28:04 +0000 |
| commit | a8233ed9795e42bb013a4d860fa063d8710d71eb (patch) | |
| tree | 8c3fe5f7b994cc2e6d50508fbe2d883018ad7388 /themes/default/css | |
| parent | b0ad4e0222f573825e26bcaf73e08b80a3bc1f47 (diff) | |
Undo the adding underscores to the id on forge generated forms
Diffstat (limited to 'themes/default/css')
| -rw-r--r-- | themes/default/css/screen.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/themes/default/css/screen.css b/themes/default/css/screen.css index ae58d3e1..e535fdab 100644 --- a/themes/default/css/screen.css +++ b/themes/default/css/screen.css @@ -359,18 +359,18 @@ form p.gError { /* Inline layout (forms, lists) ~~~~~~~~~~ */ #gHeader #gSearchForm li, -#gSidebar #gAdd_Tag_Form li { +#gSidebar #gAddTagForm li { float: left; padding: .4em .5em; } #gHeader #gSearchForm label, -#gSidebar #gAdd_Tag_Form label { +#gSidebar #gAddTagForm label { display: none; } #gHeader #gSearchForm input[type="text"], -#gSidebar #gAdd_Tag_Form input[type="text"] { +#gSidebar #gAddTagForm input[type="text"] { width: 10em; } @@ -752,7 +752,7 @@ form p.gError { width: 100%; } -#gDialog #gLogin_Form { +#gDialog #gLoginForm { width: 300px; } |
