[open-ils-commits] r287 - in servres/trunk/conifer: static templates templates/phys (gfawcett)
svn at svn.open-ils.org
svn at svn.open-ils.org
Sun Apr 5 19:49:10 EDT 2009
Author: gfawcett
Date: 2009-04-05 19:49:10 -0400 (Sun, 05 Apr 2009)
New Revision: 287
Modified:
servres/trunk/conifer/static/main.css
servres/trunk/conifer/templates/phys/mark_arrived_choose.xhtml
servres/trunk/conifer/templates/tabbar.xhtml
Log:
tweaks
Modified: servres/trunk/conifer/static/main.css
===================================================================
--- servres/trunk/conifer/static/main.css 2009-04-05 23:41:53 UTC (rev 286)
+++ servres/trunk/conifer/static/main.css 2009-04-05 23:49:10 UTC (rev 287)
@@ -73,7 +73,7 @@
/* 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; }
Modified: servres/trunk/conifer/templates/phys/mark_arrived_choose.xhtml
===================================================================
--- servres/trunk/conifer/templates/phys/mark_arrived_choose.xhtml 2009-04-05 23:41:53 UTC (rev 286)
+++ servres/trunk/conifer/templates/phys/mark_arrived_choose.xhtml 2009-04-05 23:49:10 UTC (rev 287)
@@ -41,7 +41,7 @@
</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>
Modified: servres/trunk/conifer/templates/tabbar.xhtml
===================================================================
--- servres/trunk/conifer/templates/tabbar.xhtml 2009-04-05 23:41:53 UTC (rev 286)
+++ servres/trunk/conifer/templates/tabbar.xhtml 2009-04-05 23:49:10 UTC (rev 287)
@@ -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>
More information about the open-ils-commits
mailing list