From: cajus Date: Thu, 11 Mar 2010 15:14:46 +0000 (+0000) Subject: Updated "Apply/Ok/Cancel" buttons X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=f0393c2f06b49c330b1fb16348e7f2d092741022;p=gosa.git Updated "Apply/Ok/Cancel" buttons git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16470 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/html/themes/modern/style.css b/gosa-core/html/themes/modern/style.css index 6534dd93a..fd6311c40 100644 --- a/gosa-core/html/themes/modern/style.css +++ b/gosa-core/html/themes/modern/style.css @@ -1223,6 +1223,7 @@ div.search-filter input[type=text]{ border:0; padding:3px; margin:0; + height:17px; } button.search-filter { diff --git a/gosa-core/include/class_management.inc b/gosa-core/include/class_management.inc index a1d935eb3..3bb4aec7a 100644 --- a/gosa-core/include/class_management.inc +++ b/gosa-core/include/class_management.inc @@ -250,13 +250,13 @@ class management // Display ok, (apply) and cancel buttons $str.= "

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

"; } return($str);