|
|
@ -174,16 +174,16 @@ input[type=text], input[type=password], .badge { |
|
|
|
min-height: 100%; |
|
|
|
min-height: 100%; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.bufferlines { |
|
|
|
#bufferlines { |
|
|
|
font-family: 'Terminus', 'Inconsolata', 'Consolas', 'Monaco', 'Ubuntu Mono', monospace; |
|
|
|
font-family: 'Terminus', 'Inconsolata', 'Consolas', 'Monaco', 'Ubuntu Mono', monospace; |
|
|
|
|
|
|
|
position: relative; |
|
|
|
|
|
|
|
height: 99%; |
|
|
|
overflow-y: auto; |
|
|
|
overflow-y: auto; |
|
|
|
margin-left: 14%; |
|
|
|
margin-left: 14%; |
|
|
|
width: auto; |
|
|
|
width: auto; |
|
|
|
position: relative; |
|
|
|
top: 25px; /* topbar */ |
|
|
|
padding-bottom: 60px; /* bottom input */ |
|
|
|
|
|
|
|
padding-top: 35px; /* topbar */ |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
.bufferlines .btn { |
|
|
|
#bufferlines .btn { |
|
|
|
font-family: sans-serif; |
|
|
|
font-family: sans-serif; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
@ -191,7 +191,7 @@ input[type=text], input[type=password], .badge { |
|
|
|
margin: 0 5px 0 14%; |
|
|
|
margin: 0 5px 0 14%; |
|
|
|
} |
|
|
|
} |
|
|
|
@media (max-width: 968px) { |
|
|
|
@media (max-width: 968px) { |
|
|
|
#sidebar, .bufferlines { |
|
|
|
#sidebar, #bufferlines { |
|
|
|
position: relative; |
|
|
|
position: relative; |
|
|
|
min-height: 0; |
|
|
|
min-height: 0; |
|
|
|
margin-left: 0; |
|
|
|
margin-left: 0; |
|
|
|