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

svn at svn.open-ils.org svn at svn.open-ils.org
Sun Oct 5 19:04:33 EDT 2008


Author: erickson
Date: 2008-10-05 19:04:33 -0400 (Sun, 05 Oct 2008)
New Revision: 10757

Modified:
   trunk/Open-ILS/web/vandelay/vandelay.css
Log:
go ahead and set html height/width in anticipation of bordercontainers

Modified: trunk/Open-ILS/web/vandelay/vandelay.css
===================================================================
--- trunk/Open-ILS/web/vandelay/vandelay.css	2008-10-05 23:04:08 UTC (rev 10756)
+++ trunk/Open-ILS/web/vandelay/vandelay.css	2008-10-05 23:04:33 UTC (rev 10757)
@@ -1,9 +1,8 @@
 @import "/js/dojo/dojo/resources/dojo.css";
 @import "/js/dojo/dijit/themes/tundra/tundra.css";
- at import "/js/dojo/dijit/tests/css/dijitTests.css"; 
 @import "/js/dojo/dojox/grid/_grid/Grid.css";
 .container:after {content: ""; display: block; height: 0; clear: both; }
-body { width:100%; height:100%; border:0; margin:0; padding:0; }
+html,body { width:100%; height:100%; border:0; margin:0; padding:0; }
 table { border-collapse: collapse; }
 table.dijitTooltipTable { border-collapse: separate; }
 .form_table td { padding: 6px; }



More information about the open-ils-commits mailing list