From: gfawcett Date: Thu, 26 Mar 2009 02:46:06 +0000 (+0000) Subject: fixed typo that crept into css; other minor adjustments. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=ae66c1e882209e6e08b0c7aa1d1151003552c102;p=syrup%2Fmasslnc.git fixed typo that crept into css; other minor adjustments. git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@229 6d9bc8c9-1ec2-4278-b937-99fde70a366f --- diff --git a/conifer/static/main.css b/conifer/static/main.css index fae3418..8fb8431 100644 --- a/conifer/static/main.css +++ b/conifer/static/main.css @@ -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; } diff --git a/conifer/static/menublocks.js b/conifer/static/menublocks.js index 9dd7f72..0d62111 100644 --- a/conifer/static/menublocks.js +++ b/conifer/static/menublocks.js @@ -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'); }