some minor style changes to make the default skin/theme consistent with the dojo...
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 21 Apr 2008 17:39:39 +0000 (17:39 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 21 Apr 2008 17:39:39 +0000 (17:39 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/branches/acq-experiment@9404 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/web/oilsweb/oilsweb/public/oils/media/css/skin/default.css
Open-ILS/web/oilsweb/oilsweb/public/oils/media/css/theme/default.css
Open-ILS/web/oilsweb/oilsweb/public/oils/media/css/theme/default/acq.css

index 08d3e30..f6ceed9 100644 (file)
@@ -48,7 +48,10 @@ html, body, #oils-base-body-block {
 
 
 /* local dojo style enhancements ----------------------------------- */
+/*
 .dojoxGrid {border: 1px solid #333; height: 90%;}
+*/
+.dojoxGrid {height: 90%;}
 .dojoxGrid-cell {padding: 8px;}
 .dijitTooltipTable td {padding: 3px;} /* custom class for handling dialog tables */
 /* ----------------------------------------------------------------- */
index cbc3286..c24f17b 100644 (file)
@@ -5,7 +5,12 @@
 body { font-size: 80%; }
 
 #oils-base-body-block {}
+/*
 #oils-base-navigate-block {border: 2px solid #85C777; background: #6BA160;}
+#oils-base-navigate-block {border: 2px solid #f8f7f1; background: #fffdf1;}
+*/
+#oils-base-navigate-block {background: #d9e8f9;}
+
 #oils-base-navigate-block a { color: #000000; }
 #oils-base-content-block {}
 #oils-base-sidebar-block {}
@@ -13,7 +18,7 @@ body { font-size: 80%; }
 /*
 #oils-base-header-block {border-bottom: 1px solid #5E5E5E; border: 2px solid #85C777; background: #6BA160;}
 */
-#oils-base-header-block {border-bottom: 1px solid #6BA160;}
+#oils-base-header-block {border-bottom: 1px solid #d9e8f9;}
 
 
 #oils-base-navigate-list { width: 100%; }
@@ -30,5 +35,8 @@ body { font-size: 80%; }
 
 .label { font-weight: bold; }
 
+/*
 .oils-admin-table td { border-bottom: 1px solid #5E5E5E; }
+*/
+.oils-admin-table td { border-bottom: 1px solid #d9e8f9; }
 .oils-admin-label { font-weight: bold; }
index 62557cb..488d738 100644 (file)
 .oils-acq-po-li-delete-link { font-size: 85%; }
 #oils-acq-po-header-subtable tr { border: none; }
 
+/*
 #oils-acq-list-header {border-bottom: 1px solid #6BA160;}
+*/
+#oils-acq-list-header {border-bottom: 2px solid #d9e8f9;}
 #oils-acq-list-header-label { font-weight: bold; font-size: 110%; }
 #oils-acq-list-header-actions { font-weight: bold; }