From: cajus Date: Wed, 21 Apr 2010 14:17:39 +0000 (+0000) Subject: Added minimum button width X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=e13b1556c0e4c2867216a115e7b39f811ff05938;p=gosa.git Added minimum button width git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17779 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/html/themes/default/style.css b/gosa-core/html/themes/default/style.css index 17ac0e5cd..b8fd2ad4e 100644 --- a/gosa-core/html/themes/default/style.css +++ b/gosa-core/html/themes/default/style.css @@ -385,6 +385,7 @@ button { -webkit-border-radius:2px; -moz-border-radius:2px; outline:none; + min-width:60px; } button:active { diff --git a/gosa-core/include/class_management.inc b/gosa-core/include/class_management.inc index ba7458125..26ca752f6 100644 --- a/gosa-core/include/class_management.inc +++ b/gosa-core/include/class_management.inc @@ -256,7 +256,7 @@ class management // Display ok, (apply) and cancel buttons $str.= "

\n"; - $str.= "\n"; + $str.= "\n"; $str.= " \n"; if($this->displayApplyBtn){ $str.= "\n";