[open-ils-commits] r229 - servres/trunk/conifer/static (gfawcett)

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Mar 25 22:46:08 EDT 2009


Author: gfawcett
Date: 2009-03-25 22:46:06 -0400 (Wed, 25 Mar 2009)
New Revision: 229

Modified:
   servres/trunk/conifer/static/main.css
   servres/trunk/conifer/static/menublocks.js
Log:
fixed typo that crept into css; other minor adjustments.

Modified: servres/trunk/conifer/static/main.css
===================================================================
--- servres/trunk/conifer/static/main.css	2009-03-26 02:26:35 UTC (rev 228)
+++ servres/trunk/conifer/static/main.css	2009-03-26 02:46:06 UTC (rev 229)
@@ -251,6 +251,7 @@
 }
    
 .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 @@
 .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; }

Modified: servres/trunk/conifer/static/menublocks.js
===================================================================
--- servres/trunk/conifer/static/menublocks.js	2009-03-26 02:26:35 UTC (rev 228)
+++ servres/trunk/conifer/static/menublocks.js	2009-03-26 02:46:06 UTC (rev 229)
@@ -60,7 +60,7 @@
 
 function doToggleItemTree() {
     if ($('.itemtree:hidden').length > 0) {
-	$('.itemtree:hidden').fadeIn(1000);
+	$('.itemtree:hidden').fadeIn(500);
     } else {
 	$('.itemtree').not('.itemtree:nth(0)').fadeOut('slow');
     }



More information about the open-ils-commits mailing list