|
|
@ -27,6 +27,9 @@ input#sendMessage { |
|
|
|
table { |
|
|
|
table { |
|
|
|
width: 100%; |
|
|
|
width: 100%; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
tr { |
|
|
|
|
|
|
|
line-height: 100%; |
|
|
|
|
|
|
|
} |
|
|
|
td.time { |
|
|
|
td.time { |
|
|
|
padding-right: 5px; |
|
|
|
padding-right: 5px; |
|
|
|
vertical-align: top; |
|
|
|
vertical-align: top; |
|
|
@ -154,7 +157,7 @@ input[type=text], input[type=password] { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.bufferlines { |
|
|
|
.bufferlines { |
|
|
|
font-family: monospace; |
|
|
|
font-family: 'Consolas', 'Monaco', 'Ubuntu Mono', monospace; |
|
|
|
overflow-y: auto; |
|
|
|
overflow-y: auto; |
|
|
|
margin-left: 14%; |
|
|
|
margin-left: 14%; |
|
|
|
width: auto; |
|
|
|
width: auto; |
|
|
|