[open-ils-commits] r10521 - trunk/Open-ILS/web/vandelay

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Sep 3 12:23:09 EDT 2008


Author: erickson
Date: 2008-09-03 12:23:07 -0400 (Wed, 03 Sep 2008)
New Revision: 10521

Modified:
   trunk/Open-ILS/web/vandelay/vandelay.html
Log:
added some css to indicate a match point

Modified: trunk/Open-ILS/web/vandelay/vandelay.html
===================================================================
--- trunk/Open-ILS/web/vandelay/vandelay.html	2008-09-03 15:14:07 UTC (rev 10520)
+++ trunk/Open-ILS/web/vandelay/vandelay.html	2008-09-03 16:23:07 UTC (rev 10521)
@@ -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;
+            }
         </style>
-        <script type="text/javascript" djConfig="parseOnLoad: true,isDebug:false" src="/js/dojo/dojo/dojo.js"></script>
+        <script type="text/javascript" djConfig="parseOnLoad: true,isDebug:true" src="/js/dojo/dojo/dojo.js"></script>
         <script type="text/javascript" src='vandelay.js'></script>
     </head>
     <body class="tundra" style='height:100%;'>



More information about the open-ils-commits mailing list