Use CSS classes instead of javascript for margin

This commit is contained in:
Tor Hveem 2014-02-21 15:35:06 +01:00
commit 056aa3deed
3 changed files with 5 additions and 13 deletions

View file

@ -256,7 +256,6 @@ input[type=text], input[type=password], .badge {
position: relative;
height: 98%;
overflow-y: auto;
margin-left: 145px; /* sidebar */
width: auto;
top: 35px; /* topbar */
padding-bottom: 10px;
@ -267,6 +266,9 @@ input[type=text], input[type=password], .badge {
.withnicklist {
margin-right: 100px !important; /* nicklist */
}
.withsidebar {
margin-left: 145px; /* sidebar */
}
#bufferlines .btn {
font-family: sans-serif;
}