tweaks
authorgfawcett <gfawcett@6d9bc8c9-1ec2-4278-b937-99fde70a366f>
Sun, 5 Apr 2009 23:49:10 +0000 (23:49 +0000)
committergfawcett <gfawcett@6d9bc8c9-1ec2-4278-b937-99fde70a366f>
Sun, 5 Apr 2009 23:49:10 +0000 (23:49 +0000)
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@287 6d9bc8c9-1ec2-4278-b937-99fde70a366f

conifer/static/main.css
conifer/templates/phys/mark_arrived_choose.xhtml
conifer/templates/tabbar.xhtml

index 1ac2339..bc99f3e 100644 (file)
@@ -73,7 +73,7 @@ a:hover {  text-decoration: underline;  }
 /* actions (e.g. "edit user" link) */
 .action a { font-weight: bold; }
 
-#tabbar { margin: 18 0; padding: 0; }
+#tabbar { margin: 18 0; padding: 0; clear: both; }
 #tabbar li { display: inline; }
 #tabbar li a { padding: 18 18 4 18; background-color: #ddf; color: black; text-decoration: none; }
 #tabbar li a:hover { background-color: #fc8; }
index 01b9b01..fa46bd5 100644 (file)
@@ -41,7 +41,7 @@ title = _('Mark Items as Arrived: Choose Match')
     </div>
     <p><input type="submit" value="Associate item with matches selected below"/></p>
     <input type="hidden" name="barcode" value="${barcode}"/>
-    <table class="metadata_table">
+    <table class="metadata_table" width="100%;">
       <thead style="font-size: 70%;">
        <tr><th py:for="v in 'Select Title Author Course Instructor Score'.split(' ')">${v}</th></tr>
       </thead>
index 093b7b0..ac30f07 100644 (file)
@@ -13,7 +13,7 @@
   <div py:strip="True"
        py:if="request.user.is_staff">
     <li><a href="/syrup/admin/">Admin Options</a></li>
-    <li><a href="/syrup/phys/">Physical Item Processing</a></li>
+    <li><a href="/syrup/phys/">Physical Items</a></li>
   </div>
 </ul>
 </html>