Make the buffer text a little higher over the input bar

This is because the glow around the input bar falls a little bit over
the buffer text and it's annoying.
This commit is contained in:
Philippe Proulx 2013-10-17 13:39:06 -04:00 committed by Vivien Didelot
parent 6b8f5b5a0f
commit c8644f70ba

View file

@ -179,7 +179,7 @@ input[type=text], input[type=password] {
margin-left: 14%;
width: auto;
position: relative;
padding-bottom: 55px; /* bottom input */
padding-bottom: 60px; /* bottom input */
padding-top: 35px; /* topbar */
}
.bufferlines .btn {