Skip to content

Commit

Permalink
Fixed issue #10844: Various issues using the LS 2.50 default template
Browse files Browse the repository at this point in the history
Dev: clearfix rows in multiple-numeric
  • Loading branch information
olleharstedt committed Apr 11, 2016
1 parent 597a895 commit 8e28ec4
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -27,7 +27,7 @@
</div> <!-- alert -->
<?php endif;?>
<div class="form-group row">
<label class='control-label numeric-label pull-left' for="answer<?php echo $myfname; ?>" style="margin-top: 0.5em;">
<label class='control-label numeric-label pull-left col-sm-4 text-right' for="answer<?php echo $myfname; ?>" style="margin-top: 0.5em;">
<?php echo $labelText;?>
</label>

Expand Down Expand Up @@ -61,4 +61,5 @@ class="text form-control numeric <?php echo $kpclass;?>"
<input type="hidden" name="slider_user_no_action_<?php echo $myfname; ?>" id="slider_user_no_action_<?php echo $myfname; ?>" value="<?php echo $dispVal;?>" />
</div> <!-- form group -->
</div>
<div class='clearfix visible-*'></div>
<!-- end of answer_row -->

0 comments on commit 8e28ec4

Please sign in to comment.