Adjust to actual mobile devices, not small browser windows

This commit is contained in:
Lorenz Hübschle-Schneider 2014-05-23 16:09:39 +01:00
parent 2be3ac7f99
commit b21e788ab2

View file

@ -374,7 +374,7 @@ h2 span, h2 small {
#bufferlines table { #bufferlines table {
border-collapse: separate; border-collapse: separate;
border-spacing: 2px 2px; border-spacing: 2px 4px;
} }
#sidebar { #sidebar {
@ -438,7 +438,7 @@ h2 span, h2 small {
} }
#bufferlines td.time { #bufferlines td.time {
padding-right: 6px; padding-right: 4px;
} }
#bufferlines td.prefix { #bufferlines td.prefix {
@ -453,6 +453,12 @@ h2 span, h2 small {
display: inline; display: inline;
} }
/* they're practically invisible otherwise */
.repeated-time .cof-chat_time,
.repeated-time .cof-chat_time_delimiters {
color: #444;
}
.footer { .footer {
padding-left: 0px !important; padding-left: 0px !important;
padding-right: 0px !important; padding-right: 0px !important;