From: erickson Date: Wed, 3 Sep 2008 16:23:07 +0000 (+0000) Subject: added some css to indicate a match point X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=5453d85bb9d40afa634d1e4afcdf76787c09a313;p=Evergreen.git added some css to indicate a match point git-svn-id: svn://svn.open-ils.org/ILS/trunk@10521 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/web/vandelay/vandelay.html b/Open-ILS/web/vandelay/vandelay.html index 421149ba30..f567338060 100644 --- a/Open-ILS/web/vandelay/vandelay.html +++ b/Open-ILS/web/vandelay/vandelay.html @@ -21,8 +21,20 @@ @import "/js/dojo/dijit/tests/css/dijitTests.css"; @import "/js/dojo/dojox/grid/_grid/Grid.css"; td { padding: 6px; } + .match_div { + height: 95%; + width: 95%; + } + .match_div a { + color: red; + font-weight:bold; + } + .match_div a:visited { + color: red; + font-weight:bold; + } - +