css tweaks
authorgfawcett <gfawcett@6d9bc8c9-1ec2-4278-b937-99fde70a366f>
Thu, 9 Apr 2009 01:59:48 +0000 (01:59 +0000)
committergfawcett <gfawcett@6d9bc8c9-1ec2-4278-b937-99fde70a366f>
Thu, 9 Apr 2009 01:59:48 +0000 (01:59 +0000)
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@314 6d9bc8c9-1ec2-4278-b937-99fde70a366f

conifer/static/main.css
conifer/templates/auth/login.xhtml

index 07644e9..a111943 100644 (file)
@@ -85,8 +85,8 @@ min-height: 300px;
 
 #brandheader { background-color: white; padding: 8px; }
 
-#header a { color: #fff; font-weight: bold;  padding: 8px 6px; }
-#header a.loginbutton { background-color: #a44; padding: 8px 16px; }
+#header a { color: #fff; font-weight: bold;  padding: 6px 12px 11px 12px; }
+#header a.loginbutton { background-color: #a44; }
 #header a:hover { background-color: #fb7; color: black; text-decoration: none; }
 
 tbody td, tbody th { vertical-align: top; }
@@ -257,6 +257,7 @@ p.todo, div.todo { background-color: #fdd; padding: 6px; margin: 12px; border-le
 
 .newsitem { 
     max-width: 600px;
+    line-height: 125%;
 }
 .newsitem .newsdate { 
     margin: 4px 0 8px 0; text-align: right; 
index 67ec62c..16dc438 100644 (file)
@@ -16,17 +16,18 @@ title = _('Syrup E-Reserves: Please log in')
   <form action="." method="post">
     <input type="hidden" name="next" value="${next}"/>
     <div class="errors" py:if="defined('err')">${err}</div>
-  <table>
+  <table class="metadata_table">
     <tr>
       <th>User ID:</th>
-      <td><input type="text" name="userid" id="userid"/></td>
+      <td><input type="text" name="userid" id="userid" style="width: 200px;"/></td>
     </tr>
     <tr>
       <th>Password:</th>
-      <td><input type="password" name="password"/></td>
+      <td><input type="password" name="password" style="width: 200px;"/></td>
     </tr>
+    <tr><th style="background-color: white; border: none;"/>
+    <td><input type="submit" value="Log in" style="width: 200px;"/></td></tr>
   </table>
-  <p><input type="submit" value="Log in"/></p>
   </form>
 </body>
 </html>