1
0
mirror of https://github.com/SuperBFG7/ympd synced 2024-06-16 01:59:55 +00:00

Reverted some formatting; aligned CSS

This commit is contained in:
eb041592 2018-02-04 13:24:44 +01:00
parent 73a844eb71
commit b4084034d0
2 changed files with 10 additions and 10 deletions

View File

@ -22,10 +22,10 @@ body {
} }
#counter { #counter {
font-size: 24px; font-size: 24px;
margin-top: -6px; margin-top: -6px;
margin-left: 10px; margin-left: 10px;
min-width: 50px; min-width: 50px;
} }
#search { #search {
@ -33,7 +33,7 @@ body {
} }
.btn-group-hover { .btn-group-hover {
opacity: 20%; opacity: 20%;
} }
.btn:active, .btn:active,
@ -60,8 +60,8 @@ body {
} }
#salamisandwich td:nth-child(2) span { #salamisandwich td:nth-child(2) span {
font-style:italic; font-style:italic;
font-size:90%; font-size:90%;
} }
tbody { tbody {

View File

@ -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> up &nbsp;&nbsp;&nbsp;
</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> single
</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> down&nbsp;
</button> </button>
</div> </div>