Use CSS classes instead of javascript for margin
This commit is contained in:
parent
46b503e1b4
commit
056aa3deed
3 changed files with 5 additions and 13 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue