From 3bc8821c67b76ceea8cd92872effc9986ae982c3 Mon Sep 17 00:00:00 2001 From: Tony Partner Date: Fri, 11 Dec 2009 14:11:53 +0000 Subject: [PATCH] Fix issue 03976: Layout problem at Multiple short text Dev Vertically aligned the label to top - improved layout in Firefox with multiple row textareas git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey@8154 b72ed6b6-b9f8-46b5-92b4-906544132732 --- templates/business_grey/template.css | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/templates/business_grey/template.css b/templates/business_grey/template.css index c882835080a..8b6612cfeed 100644 --- a/templates/business_grey/template.css +++ b/templates/business_grey/template.css @@ -483,13 +483,19 @@ ul.cols-8 li , ul.cols-8-ul , table.cols-8 td { width: 10%; } display: table-cell; vertical-align: baseline; } - .multiple-short-txt ul li label -,.numeric-multi ul li label -{ + +.numeric-multi ul li label { padding: 0.3em 1em 0% 0%; display: table-cell; vertical-align: baseline; } + +.multiple-short-txt ul li label { + padding: 0.3em 1em 0% 0%; + display: table-cell; + vertical-align: top; +} + .numeric-multi ul.computed li label .numeric-multi ul.slider.computed li label {