tbrehm
2009-10-28 66c3bc24f069a2854bdf1eeebb6dcb51f6ef0afb
interface/web/themes/default/css/screen/basemod.css
@@ -3,7 +3,7 @@
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Screen layout for YAML - ISPConfig 3: default theme
 * (de) Bildschirmlayout für YAML - ISPConfig 3: default theme
 * (de) Bildschirmlayout fr YAML - ISPConfig 3: default theme
 *
 * @copyright       Copyright 2005-2008, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
@@ -35,7 +35,10 @@
   
   /* (en) Layout: width, background, borders */
   /* (de) Layout: Breite, Hintergrund, Rahmen */
   #page_margins { min-width: 800px; max-width: 80%; background: #fff; }
   /*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{ padding: 10px; }
   
   /* (en) Designing main layout elements */
@@ -82,7 +85,8 @@
    background: #f9f9f9;
    padding: 10px 20px;
    border-top: 5px #efefef solid;
   font-size: 0.8em;
    font-size: 0.8em;
    text-align: center;
   }
   
   /*------------------------------------------------------------------------------------------------------*/
@@ -112,4 +116,4 @@
   #col3_content { padding: 10px; }
   
   /*------------------------------------------------------------------------------------------------------*/
}
}