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.
with-route-provider
Philippe Proulx 12 years ago committed by Vivien Didelot
parent 6b8f5b5a0f
commit c8644f70ba
  1. 2
      css/glowingbear.css

@ -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 {

Loading…
Cancel
Save