Skip to content

Commit

Permalink
Fix issue 03976: Layout problem at Multiple short text
Browse files Browse the repository at this point in the history
Dev Vertically aligned the label to middle - improved layout in Firefox with multiple row textareas 



git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey@8156 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
Tony Partner committed Dec 11, 2009
1 parent cf97b84 commit d588f27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/basic/template.css
Expand Up @@ -438,7 +438,7 @@ ul.cols-8 li , ul.cols-8-ul , table.cols-8 td { width: 11.5%; }
.multiple-short-txt ul li label {
padding: 0.3em 1em 0% 0%;
display: table-cell;
vertical-align: top;
vertical-align: middle;
}
.numeric-multi ul.computed li label
.numeric-multi ul.slider.computed li label
Expand Down

0 comments on commit d588f27

Please sign in to comment.