Code

Set select to float left in fieldsets
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 1 Mar 2010 16:13:50 +0000 (16:13 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 1 Mar 2010 16:13:50 +0000 (16:13 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15813 594d385d-05f5-0310-b6e9-bd551577e9d8

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

index ce02f658bc1824c700976ca66b3b7b8ecfa5e419..56421261891f2d8a04b5c19a6249aa4b77defb6d 100644 (file)
@@ -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;