git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@287
6d9bc8c9-1ec2-4278-b937-
99fde70a366f
/* 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; }
</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>
<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>