tbrehm
2009-10-06 b40d8c595b7aa1b585d5e19e1290d90da375ba4b
Fixed: FS#783 - display table the main DIV 
Fixed: FS#655 - Resolution problem 12024x768 Px in Backend
1 files modified
2 ■■■ changed files
interface/web/themes/default/css/screen/basemod.css 2 ●●● patch | view | raw | blame | history
interface/web/themes/default/css/screen/basemod.css
@@ -35,7 +35,7 @@
    
    /* (en) Layout: width, background, borders */
    /* (de) Layout: Breite, Hintergrund, Rahmen */
    #page_margins { min-width: 800px; 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 */