Improved display of favorite details to give some space between keys and values

This commit is contained in:
Nathan Gray 2015-11-11 16:00:37 +00:00
parent 20fe326cd5
commit aeb1a0b7d2

View File

@ -1154,6 +1154,11 @@ div.message.floating {
margin-top: -5px;
margin-right: 2px;
}
ul[id$='favorites_popup_state'] span.filter_value {
position: absolute;
left: 50%;
white-space: nowrap;
}
.nextmatch_sortheader {
color: #003075;
cursor: pointer;