Fixed status icon in messages list header, fixed position of flag icon

pull/148/head
Aleksander Machniak 11 years ago
parent 89e50739b4
commit f202a7e8b1

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 33 KiB

@ -646,7 +646,7 @@ table.messagelist.fixedcopy {
}
.messagelist thead tr td.flag span.flagged {
background-position: -24px -1036px;
background-position: -22px -1036px;
}
.messagelist tr td.status span.msgicon:hover {
@ -700,7 +700,7 @@ table.messagelist.fixedcopy {
}
.messagelist thead tr td.status span.status {
background-position: -24px -1016px;
background-position: -23px -1017px;
}
.messagelist tr td div.collapsed {

Loading…
Cancel
Save