[open-ils-commits] r314 - in servres/trunk/conifer: static templates/auth (gfawcett)

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Apr 8 21:59:49 EDT 2009


Author: gfawcett
Date: 2009-04-08 21:59:48 -0400 (Wed, 08 Apr 2009)
New Revision: 314

Modified:
   servres/trunk/conifer/static/main.css
   servres/trunk/conifer/templates/auth/login.xhtml
Log:
css tweaks

Modified: servres/trunk/conifer/static/main.css
===================================================================
--- servres/trunk/conifer/static/main.css	2009-04-09 01:48:20 UTC (rev 313)
+++ servres/trunk/conifer/static/main.css	2009-04-09 01:59:48 UTC (rev 314)
@@ -85,8 +85,8 @@
 
 #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 @@
 
 .newsitem { 
     max-width: 600px;
+    line-height: 125%;
 }
 .newsitem .newsdate { 
     margin: 4px 0 8px 0; text-align: right; 

Modified: servres/trunk/conifer/templates/auth/login.xhtml
===================================================================
--- servres/trunk/conifer/templates/auth/login.xhtml	2009-04-09 01:48:20 UTC (rev 313)
+++ servres/trunk/conifer/templates/auth/login.xhtml	2009-04-09 01:59:48 UTC (rev 314)
@@ -16,17 +16,18 @@
   <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>



More information about the open-ils-commits mailing list