Toolbar and list icons for responses + list header icon for prority column (#1489234)

pull/134/head
Thomas Bruederli 11 years ago
parent 0ce2126ac9
commit 80b3c6200e

Binary file not shown.

Before

Width:  |  Height:  |  Size: 49 KiB

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 26 KiB

@ -621,6 +621,10 @@ table.messagelist.fixedcopy {
background-position: -24px -1116px;
}
.messagelist thead tr td.priority span.priority {
background-position: -24px -1845px;
}
.messagelist tr td.priority span.prio5 {
background-position: 0 -1905px;
}

@ -110,6 +110,14 @@
background-position: 6px -1819px;
}
#settings-sections span.responses a {
background-position: 6px -1972px;
}
#settings-sections span.responses.selected a {
background-position: 6px -1996px;
}
#sections-table #rcmrowgeneral td.section {
background-position: 6px -573px;
}

@ -1831,7 +1831,11 @@ ul.proplist li {
}
.toolbar a.button.download {
background-position: center -1906px;
background-position: center -1892px;
}
.toolbar a.button.responses {
background-position: center -1932px;
}
a.menuselector {

Loading…
Cancel
Save