From: erickson Date: Mon, 21 Apr 2008 17:39:39 +0000 (+0000) Subject: some minor style changes to make the default skin/theme consistent with the dojo... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=1b396056d34f10a7fa58663fab7a9eec12dfe0b6;p=Evergreen.git some minor style changes to make the default skin/theme consistent with the dojo colors git-svn-id: svn://svn.open-ils.org/ILS/branches/acq-experiment@9404 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/web/oilsweb/oilsweb/public/oils/media/css/skin/default.css b/Open-ILS/web/oilsweb/oilsweb/public/oils/media/css/skin/default.css index 08d3e30177..f6ceed90dd 100644 --- a/Open-ILS/web/oilsweb/oilsweb/public/oils/media/css/skin/default.css +++ b/Open-ILS/web/oilsweb/oilsweb/public/oils/media/css/skin/default.css @@ -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 */ /* ----------------------------------------------------------------- */ diff --git a/Open-ILS/web/oilsweb/oilsweb/public/oils/media/css/theme/default.css b/Open-ILS/web/oilsweb/oilsweb/public/oils/media/css/theme/default.css index cbc3286d52..c24f17b7a8 100644 --- a/Open-ILS/web/oilsweb/oilsweb/public/oils/media/css/theme/default.css +++ b/Open-ILS/web/oilsweb/oilsweb/public/oils/media/css/theme/default.css @@ -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; } diff --git a/Open-ILS/web/oilsweb/oilsweb/public/oils/media/css/theme/default/acq.css b/Open-ILS/web/oilsweb/oilsweb/public/oils/media/css/theme/default/acq.css index 62557cb3e2..488d738f94 100644 --- a/Open-ILS/web/oilsweb/oilsweb/public/oils/media/css/theme/default/acq.css +++ b/Open-ILS/web/oilsweb/oilsweb/public/oils/media/css/theme/default/acq.css @@ -41,7 +41,10 @@ .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; }