Merge pull request #500 from glowing-bear/mobile-prefix-size

Fix font size and timestamp positioning issues on mobile
This commit is contained in:
Tor Hveem 2014-11-06 14:36:29 +01:00
commit 3116674e81

View file

@ -593,12 +593,12 @@ li.buffer.indent.private a {
#bufferlines td.time {
padding-right: 3px;
font-size: 12px;
font-size: 0.8em;
}
#bufferlines td.time span.date {
display: block;
margin-top: -2px;
margin-bottom: -1px;
}
#bufferlines td.prefix {
@ -606,7 +606,7 @@ li.buffer.indent.private a {
padding-right: 5px;
border: 0;
font-weight: bold;
font-size: 15px;
font-size: 1.06em;
}
#bufferlines td.message {