From b74ef5e5ae32e37272b4135e04eb4e1ffd3fe994 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Wed, 29 Jun 2011 08:27:45 -0400
Subject: [PATCH] First commit for: FS#952 - Module for virtual machine management
---
interface/web/themes/default/css/screen/basemod.css | 13 ++++++++++---
1 files changed, 10 insertions(+), 3 deletions(-)
diff --git a/interface/web/themes/default/css/screen/basemod.css b/interface/web/themes/default/css/screen/basemod.css
index 7bf7f39..9498535 100644
--- a/interface/web/themes/default/css/screen/basemod.css
+++ b/interface/web/themes/default/css/screen/basemod.css
@@ -36,14 +36,21 @@
/* (en) Layout: width, background, borders */
/* (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: inline-block;}*/
+
+ /*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;
}
@@ -73,7 +80,7 @@
/* (en) adjustment of main navigation */
/* (de) Anpassung der Hauptnavigation */
- #nav ul { margin-left: 200px; }
+ #nav ul { margin-left: 20px; }
#nav_main { background: #9a9a9a repeat-x top left; }
#main { background: #fff;padding:10px 0; }
--
Gitblit v1.9.1