diff options
| author | Tim Almdal <tnalmdal@shaw.ca> | 2009-01-24 17:26:47 +0000 | 
|---|---|---|
| committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-01-24 17:26:47 +0000 | 
| commit | cbff78daa8a642e1800916f92e43202857c3b677 (patch) | |
| tree | 1cb8302d4da07fbb384d44d94644088c718c6339 /themes/default/css | |
| parent | eed57674f99621e5354a13543067e9556eb9c6d0 (diff) | |
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.
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 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;  } | 
