chande css class nextmatch_sortheader.asc + desc - used in nextmatchheader sorting table

This commit is contained in:
Stefan Reinhardt 2014-03-05 10:50:48 +00:00
parent 1ead963f82
commit c4383d931d

View File

@ -742,16 +742,26 @@ button#admin-categories-index_add {
}
// Arrow up and down for sorting
.nextmatch_sortheader {
/* background-position: right center;
background-repeat: no-repeat;
color: #003075;
cursor: pointer;
margin-right: 10px;*/
padding-right: 18px;
}
.nextmatch_sortheader.asc {
/* font-weight: bold;
background-image: url(../images/up.png);*/
background-size: 12px 12px;
font-weight: bold;
background-image: url(../images/selectarrowup.png);
background-size: 16px 16px;
}
.nextmatch_sortheader.desc {
/* font-weight: bold;
background-image: url(../images/down.png);*/
background-size: 12px 12px;
font-weight: bold;
background-image: url(../images/selectarrowdown.png);
background-size: 16px 16px;
}