From 0f656c3029afb73f6e65322b5d1942c2817c1370 Mon Sep 17 00:00:00 2001 From: erickson Date: Wed, 2 Apr 2008 02:16:11 +0000 Subject: [PATCH] moved some inline css to the default skin css file git-svn-id: svn://svn.open-ils.org/ILS/branches/acq-experiment@9188 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- .../oilsweb/oilsweb/public/oils/media/css/skin/default.css | 10 ++++++++-- Open-ILS/web/oilsweb/oilsweb/templates/oils/base.html | 12 ++---------- 2 files changed, 10 insertions(+), 12 deletions(-) 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 518a6fba31..8eab61efd1 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 @@ -8,10 +8,16 @@ /* use this for divs whose contents should be entirely contained within the div */ .container:after {content: ""; display: block; height: 0; clear: both; } table { border-collapse: collapse; } -body { margin-top: 0px; padding-top: 0px;} + +html, body, #oils-base-body-block { + width:100%; + height:100%; + border:0; + margin:0; + padding:0; +} /* main layout blocks */ -#oils-base-body-block { width: 100%; margin-top: 0px; padding-top: 0px;} #oils-base-main-block { width: 100%; margin-top: 0px; padding-top: 0px;} #oils-base-navigate-block { width: 15%; vertical-align: top; float:left;} #oils-base-content-block { width: 84%; vertical-align: top; float:right; padding-top: 0px;} diff --git a/Open-ILS/web/oilsweb/oilsweb/templates/oils/base.html b/Open-ILS/web/oilsweb/oilsweb/templates/oils/base.html index 98ba7d95a7..cb35708aab 100644 --- a/Open-ILS/web/oilsweb/oilsweb/templates/oils/base.html +++ b/Open-ILS/web/oilsweb/oilsweb/templates/oils/base.html @@ -26,16 +26,8 @@ <%def name='block_css()'> -- 2.11.0