From e77f2f786a68d65aab595a73930406259f3bb952 Mon Sep 17 00:00:00 2001 From: Stefan Lingler Date: Thu, 20 Feb 2014 10:51:32 +0100 Subject: [PATCH] long field names overlap when displayed in two columns. this change lists field names in one column. --- themes/default/css/collection.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/themes/default/css/collection.css b/themes/default/css/collection.css index 12eaf5a..2af0e52 100644 --- a/themes/default/css/collection.css +++ b/themes/default/css/collection.css @@ -1,20 +1,16 @@ /** fields and hints list **/ .fieldsmenu { float:right; - margin-right:100px; margin-top:0px; background-color:#eee; border-left:1px #ccc solid; border-top:1px #ccc solid; border-right:2px #ccc solid; border-bottom:2px #ccc solid; - padding-left:3px; position:absolute; display:none; - width:400px; } -.fieldsmenu ul {list-style-type:none; margin:0; padding:0} -.fieldsmenu ul li {float:left; width:200px} +.fieldsmenu ul {list-style-type:none; margin:3px 5px 3px 3px; padding:0} /** operation menu **/ #field_menu a {display:block; }