fixed typo that crept into css; other minor adjustments.
authorgfawcett <gfawcett@6d9bc8c9-1ec2-4278-b937-99fde70a366f>
Thu, 26 Mar 2009 02:46:06 +0000 (02:46 +0000)
committergfawcett <gfawcett@6d9bc8c9-1ec2-4278-b937-99fde70a366f>
Thu, 26 Mar 2009 02:46:06 +0000 (02:46 +0000)
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@229 6d9bc8c9-1ec2-4278-b937-99fde70a366f

conifer/static/main.css
conifer/static/menublocks.js

index fae3418..8fb8431 100644 (file)
@@ -251,6 +251,7 @@ p.todo, div.todo { background-color: #fdd; padding: 6; margin: 12; border-left:
 }
    
 .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;}
 
@@ -263,7 +264,7 @@ 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; }
index 9dd7f72..0d62111 100644 (file)
@@ -60,7 +60,7 @@ function doResequence() {
 
 function doToggleItemTree() {
     if ($('.itemtree:hidden').length > 0) {
-       $('.itemtree:hidden').fadeIn(1000);
+       $('.itemtree:hidden').fadeIn(500);
     } else {
        $('.itemtree').not('.itemtree:nth(0)').fadeOut('slow');
     }