Merge pull request #590 from glowing-bear/thdesign

[WIP] Improve footer, more monochrome dark design
This commit is contained in:
Lorenz Hübschle-Schneider 2015-03-29 16:39:27 +02:00
commit c145457b91
5 changed files with 42 additions and 6 deletions

View file

@ -54,9 +54,18 @@ td.message {
#sendMessage {
width: 100%;
height: 36px;
height: 35px;
resize: none;
}
#sendMessage:focus, #sendMessage:active {
border-bottom: 2px solid #555;
}
.input-group-addon, .input-group-btn {
vertical-align: top;
}
.footer button {
border-radius: 0;
}