Linebreak protection for motion sidebox (Fixed #3593).
This commit is contained in:
parent
9e2c6a14fa
commit
ca21401384
@ -4,7 +4,7 @@
|
|||||||
margin-top: 75px;
|
margin-top: 75px;
|
||||||
background: #d3d3d3;
|
background: #d3d3d3;
|
||||||
border-radius: 7px 0 0 7px;
|
border-radius: 7px 0 0 7px;
|
||||||
padding: 3px 7px 10px 19px;
|
padding: 3px 7px 10px 10px;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
z-index: 5;
|
z-index: 5;
|
||||||
|
|
||||||
@ -13,3 +13,7 @@
|
|||||||
margin-bottom: 0px;
|
margin-bottom: 0px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#sidebox .pollresults td {
|
||||||
|
white-space: nowrap;
|
||||||
|
font-size: 19px;
|
||||||
|
}
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
<!-- yes -->
|
<!-- yes -->
|
||||||
<tr>
|
<tr>
|
||||||
<td class="icon">
|
<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')">
|
<td ng-init="voteYes = poll.getVote(poll.yes, 'yes')">
|
||||||
<span class="result_label"><translate>Yes</translate>:</span>
|
<span class="result_label"><translate>Yes</translate>:</span>
|
||||||
<span class="result_value">
|
<span class="result_value">
|
||||||
@ -39,7 +39,7 @@
|
|||||||
<!-- no -->
|
<!-- no -->
|
||||||
<tr>
|
<tr>
|
||||||
<td class="icon">
|
<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')">
|
<td ng-init="voteNo = poll.getVote(poll.no, 'no')">
|
||||||
<span class="result_label"><translate>No</translate>:</span>
|
<span class="result_label"><translate>No</translate>:</span>
|
||||||
<span class="result_value" >
|
<span class="result_value" >
|
||||||
|
Loading…
Reference in New Issue
Block a user