Code

Establish minimum dimensions
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 26 Feb 2010 14:38:11 +0000 (14:38 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 26 Feb 2010 14:38:11 +0000 (14:38 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15759 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/html/themes/modern/style.css

index 0cbc3351fca8e5473a3fd8ba443dbdd1142d97d2..ecdaf4a9dd1295db4bf6c509caac227f25065d83 100644 (file)
@@ -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{