Add space to bottom of bufferlines

This commit is contained in:
Lorenz Hübschle-Schneider 2014-04-30 09:01:42 +01:00
parent 6e88dfe963
commit 116e984ac8

View file

@ -248,8 +248,8 @@ input[type=text], input[type=password], #sendMessage, .badge {
height: 100%;
overflow-y: auto;
width: auto;
bottom: 35px;
padding-top: 35px; /* topbar */
bottom: 42px;
padding-top: 42px; /* topbar */
-webkit-transition:0.35s ease all;
transition:0.35s ease all;
}
@ -257,10 +257,6 @@ input[type=text], input[type=password], #sendMessage, .badge {
margin-top: 35px;
}
/* Placeholder for firefox specific CSS */
@-moz-document url-prefix() {
}
.withnicklist {
margin-right: 100px !important; /* nicklist */
}