From cbff78daa8a642e1800916f92e43202857c3b677 Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Sat, 24 Jan 2009 17:26:47 +0000 Subject: Supply a form id on all forms. This id can be used by modules other than the originating module to provide additional functionality to the form. --- themes/default/css/screen.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'themes/default/css') diff --git a/themes/default/css/screen.css b/themes/default/css/screen.css index e535fdab..ae58d3e1 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 #gAddTagForm li { +#gSidebar #gAdd_Tag_Form li { float: left; padding: .4em .5em; } #gHeader #gSearchForm label, -#gSidebar #gAddTagForm label { +#gSidebar #gAdd_Tag_Form label { display: none; } #gHeader #gSearchForm input[type="text"], -#gSidebar #gAddTagForm input[type="text"] { +#gSidebar #gAdd_Tag_Form input[type="text"] { width: 10em; } @@ -752,7 +752,7 @@ form p.gError { width: 100%; } -#gDialog #gLoginForm { +#gDialog #gLogin_Form { width: 300px; } -- cgit v1.2.3