From 5453d85bb9d40afa634d1e4afcdf76787c09a313 Mon Sep 17 00:00:00 2001 From: erickson Date: Wed, 3 Sep 2008 16:23:07 +0000 Subject: [PATCH] added some css to indicate a match point git-svn-id: svn://svn.open-ils.org/ILS/trunk@10521 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/web/vandelay/vandelay.html | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) 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; + } - + -- 2.43.2