From 0604ab30c6d8ca273bb655278f770b1e36139879 Mon Sep 17 00:00:00 2001 From: cajus Date: Fri, 26 Feb 2010 14:38:11 +0000 Subject: [PATCH] Establish minimum dimensions git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15759 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/html/themes/modern/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gosa-core/html/themes/modern/style.css b/gosa-core/html/themes/modern/style.css index 0cbc3351f..ecdaf4a9d 100644 --- a/gosa-core/html/themes/modern/style.css +++ b/gosa-core/html/themes/modern/style.css @@ -6,6 +6,8 @@ body, html { font-size:12px; font-family:"Lucida Grande",Arial,Verdana,sans-serif; height:100%; + min-width:1000px; + min-height:700px; } .left{ -- 2.30.2