Linebreak protection for motion sidebox (Fixed #3593).

This commit is contained in:
Emanuel Schütze 2018-04-10 13:16:35 +02:00
parent 9e2c6a14fa
commit ca21401384
2 changed files with 7 additions and 3 deletions

View File

@ -4,7 +4,7 @@
margin-top: 75px;
background: #d3d3d3;
border-radius: 7px 0 0 7px;
padding: 3px 7px 10px 19px;
padding: 3px 7px 10px 10px;
position: fixed;
z-index: 5;
@ -13,3 +13,7 @@
margin-bottom: 0px;
}
}
#sidebox .pollresults td {
white-space: nowrap;
font-size: 19px;
}

View File

@ -27,7 +27,7 @@
<!-- yes -->
<tr>
<td class="icon">
<i class="fa fa-thumbs-up fa-2x"></i>
<i class="fa fa-thumbs-up fa-lg"></i>
<td ng-init="voteYes = poll.getVote(poll.yes, 'yes')">
<span class="result_label"><translate>Yes</translate>:</span>
<span class="result_value">
@ -39,7 +39,7 @@
<!-- no -->
<tr>
<td class="icon">
<i class="fa fa-thumbs-down fa-2x"></i>
<i class="fa fa-thumbs-down fa-lg"></i>
<td ng-init="voteNo = poll.getVote(poll.no, 'no')">
<span class="result_label"><translate>No</translate>:</span>
<span class="result_value" >