From: hickert Date: Mon, 1 Mar 2010 16:13:50 +0000 (+0000) Subject: Set select to float left in fieldsets X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=0b79cee64946fb75b507f3dd780ffd692afe1453;p=gosa.git Set select to float left in fieldsets git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15813 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/html/themes/modern/style.css b/gosa-core/html/themes/modern/style.css index ce02f658b..564212618 100644 --- a/gosa-core/html/themes/modern/style.css +++ b/gosa-core/html/themes/modern/style.css @@ -446,7 +446,7 @@ fieldset label{ margin-top:3px; } -fieldset input[type=text]{ +fieldset input[type=text], fieldset select{ float:left; width:10em; margin-top:3px;