A couple of minor style tweaks.
authorOwen Leonard <oleonard@myacpl.org>
Tue, 29 Jan 2008 06:13:39 +0000 (00:13 -0600)
committerJoshua Ferraro <jmf@liblime.com>
Tue, 29 Jan 2008 13:58:59 +0000 (07:58 -0600)
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
koha-tmpl/opac-tmpl/prog/en/css/opac.css
koha-tmpl/opac-tmpl/prog/en/modules/opac-advsearch.tmpl

index 193428d..ea20f8a 100644 (file)
@@ -1262,4 +1262,8 @@ body #cartmenulink.yui-button-hover {
 
 body #cartmenulink.yui-button a {
        color : #000;
+}
+
+#login #userid, #login #password {
+       width : 98%;    
 }
\ No newline at end of file
index 2793eff..e534bbd 100644 (file)
         </select>
         
         
-        <label for="available-items">Only items currently available</label><input type="checkbox" id="available-items" name="limit" value="datedue:0000-00-00" />
+        <div style="margin-top:.4em"><label for="available-items"><input type="checkbox" id="available-items" name="limit" value="datedue:0000-00-00" /> Only items currently available</label></div>
     </fieldset>
 <!-- /AVAILABILITY LIMITS -->