mirror of
https://github.com/SuperBFG7/ympd
synced 2024-11-22 21:07:18 +00:00
Align the labels for the trash mode buttons with display:inline-block
This commit is contained in:
parent
b3037d6117
commit
bd9775de8e
@ -88,3 +88,9 @@ td:last-child, td:first-child {
|
|||||||
button {
|
button {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#trashmode span:last-child {
|
||||||
|
display:inline-block;
|
||||||
|
text-align:left;
|
||||||
|
width:2.8em;
|
||||||
|
}
|
||||||
|
@ -177,15 +177,15 @@
|
|||||||
<div id="trashmode" class="btn-group-vertical btn-block btn-group-lg" data-toggle="radio">
|
<div id="trashmode" class="btn-group-vertical btn-block btn-group-lg" data-toggle="radio">
|
||||||
<button id="btntrashmodeup" type="button" class="btn btn-default">
|
<button id="btntrashmodeup" type="button" class="btn btn-default">
|
||||||
<span class="glyphicon glyphicon-chevron-up"></span>
|
<span class="glyphicon glyphicon-chevron-up"></span>
|
||||||
<span class="glyphicon glyphicon-trash"></span> up
|
<span class="glyphicon glyphicon-trash"></span> <span>Up</span>
|
||||||
</button>
|
</button>
|
||||||
<button id="btntrashmodesingle" type="button" class="btn btn-default active">
|
<button id="btntrashmodesingle" type="button" class="btn btn-default active">
|
||||||
<span class="glyphicon glyphicon-star-empty"></span>
|
<span class="glyphicon glyphicon-star-empty"></span>
|
||||||
<span class="glyphicon glyphicon-trash"></span> single
|
<span class="glyphicon glyphicon-trash"></span> <span>Single</span>
|
||||||
</button>
|
</button>
|
||||||
<button id="btntrashmodedown" type="button" class="btn btn-default">
|
<button id="btntrashmodedown" type="button" class="btn btn-default">
|
||||||
<span class="glyphicon glyphicon-chevron-down"></span>
|
<span class="glyphicon glyphicon-chevron-down"></span>
|
||||||
<span class="glyphicon glyphicon-trash"></span> down
|
<span class="glyphicon glyphicon-trash"></span> <span>Down</span>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user