Backport r11384 and r11398 from trunk for white backgrounds in Conify and Vandelay
authordbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 10 Dec 2008 16:24:56 +0000 (16:24 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 10 Dec 2008 16:24:56 +0000 (16:24 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_4@11496 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/web/conify/global/admin.html
Open-ILS/web/vandelay/vandelay.css

index 8e2f5e5..e5a5bd1 100644 (file)
@@ -37,6 +37,7 @@
                 margin: 0px 0px 0px 0px;
                 padding: 0px 0px 0px 0px;
                 overflow: hidden;
+                background-color: white;
             }
         </style>
 
index 17c2491..b619aad 100644 (file)
@@ -2,7 +2,7 @@
 @import "/js/dojo/dijit/themes/tundra/tundra.css";
 @import "/js/dojo/dojox/grid/_grid/Grid.css";
 .container:after {content: ""; display: block; height: 0; clear: both; }
-html,body { width:100%; height:100%; border:0; margin:0; padding:0; }
+html,body { width:100%; height:100%; border:0; margin:0; padding:0; background-color:white; }
 table { border-collapse: collapse; }
 table.dijitTooltipTable { border-collapse: separate; }
 .content { padding: 5px; }