From 897af06af9522ded99b1e0f46730299e89856ffe Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Mon, 11 Jun 2012 05:00:57 -0400 Subject: [PATCH] Updated version number to 3.0.4.6 --- interface/web/themes/default/css/screen/basemod.css | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/interface/web/themes/default/css/screen/basemod.css b/interface/web/themes/default/css/screen/basemod.css index 1c9eb6d..9498535 100644 --- a/interface/web/themes/default/css/screen/basemod.css +++ b/interface/web/themes/default/css/screen/basemod.css @@ -37,14 +37,20 @@ /* (de) Layout: Breite, Hintergrund, Rahmen */ /*#page_margins { min-width: 980px; max-width: 80%; background: #fff;}*/ /* #page_margins { min-width: 980px; max-width: 80%; background: #fff; display: inline-block;}*/ - #page_margins { min-width: 980px; max-width: 80%; background: #fff; display: table;} + + /*WARNING: ADded a overrode for this setting in main.tpl with javascript to target non chrome browsers, + This has to be changed too in case that page_margins get changed. Reason: Chrome does not support the + display: table; attribute correctly*/ + #page_margins { min-width: 980px; max-width: 80%; background: #fff;} + /*#page_margins { min-width: 980px; max-width: 80%; background: #fff; display: table;}*/ + #page{ padding: 10px; } /* (en) Designing main layout elements */ /* (de) Gestaltung der Hauptelemente des Layouts */ #header { color: #faf0e6; - padding: 15px 2em 1em 20px; + padding: 15px 2em 5px 20px; background: #9a9a9a url(../../images/header_bg.png) repeat-x top left; } -- Gitblit v1.9.1