From 0b79cee64946fb75b507f3dd780ffd692afe1453 Mon Sep 17 00:00:00 2001 From: hickert Date: Mon, 1 Mar 2010 16:13:50 +0000 Subject: [PATCH] Set select to float left in fieldsets git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15813 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/html/themes/modern/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.30.2