git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@229
6d9bc8c9-1ec2-4278-b937-
99fde70a366f
}
.metadata_table a.bigdownload { padding: 8 58; font-weight: bold; font-size: 105%; }
+.metadata_table a.bigdownload:hover { background-color: #dfd; color: black; }
h2.metadata_subhead {font-size: 105%; padding: 0; margin: 18 0 9 0;}
.specific { padding: 8; margin: 0 16; background-color: #eef; }
-li.sort_item { margin-top: 20px} !important;
+li.sort_item { margin-top: 20px !important;
border: gray 1px dotted; width: 400; }
li.sort_item:hover { background-color: #eee; }
function doToggleItemTree() {
if ($('.itemtree:hidden').length > 0) {
- $('.itemtree:hidden').fadeIn(1000);
+ $('.itemtree:hidden').fadeIn(500);
} else {
$('.itemtree').not('.itemtree:nth(0)').fadeOut('slow');
}