|
|
|
@ -105,8 +105,10 @@ body { |
|
|
|
|
padding-bottom:70px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
input#sendMessage { |
|
|
|
|
#sendMessage { |
|
|
|
|
width: 100%; |
|
|
|
|
height: 36px; |
|
|
|
|
resize: none; |
|
|
|
|
} |
|
|
|
|
#footer button { |
|
|
|
|
border-radius: 0; |
|
|
|
@ -114,7 +116,7 @@ input#sendMessage { |
|
|
|
|
.panel input, .panel .input-group { |
|
|
|
|
max-width: 300px; |
|
|
|
|
} |
|
|
|
|
input[type=text], input[type=password], .badge { |
|
|
|
|
input[type=text], input[type=password], #sendMessage, .badge { |
|
|
|
|
border: 0; |
|
|
|
|
border-radius: 0; |
|
|
|
|
color: #ccc; |
|
|
|
@ -140,7 +142,7 @@ input[type=text], input[type=password], .badge { |
|
|
|
|
} |
|
|
|
|
#topbar .title { |
|
|
|
|
position: fixed; |
|
|
|
|
left: 14%; |
|
|
|
|
left: 145px; /* sidebar */ |
|
|
|
|
overflow: hidden; |
|
|
|
|
} |
|
|
|
|
#topbar .actions { |
|
|
|
@ -160,10 +162,9 @@ input[type=text], input[type=password], .badge { |
|
|
|
|
} |
|
|
|
|
#sidebar { |
|
|
|
|
position: fixed; |
|
|
|
|
width: 12%; |
|
|
|
|
width: 140px; |
|
|
|
|
min-height: 100%; |
|
|
|
|
height: 100%; |
|
|
|
|
min-width: 130px; |
|
|
|
|
overflow: auto; |
|
|
|
|
padding-top: 35px; /* topbar */ |
|
|
|
|
font-size: smaller; |
|
|
|
@ -232,10 +233,11 @@ input[type=text], input[type=password], .badge { |
|
|
|
|
position: relative; |
|
|
|
|
height: 99%; |
|
|
|
|
overflow-y: auto; |
|
|
|
|
margin-left: 14%; /* sidebar */ |
|
|
|
|
margin-left: 145px; /* sidebar */ |
|
|
|
|
width: auto; |
|
|
|
|
top: 25px; /* topbar */ |
|
|
|
|
padding-bottom: 10px; |
|
|
|
|
margin-right: -5px; |
|
|
|
|
} |
|
|
|
|
.withnicklist { |
|
|
|
|
margin-right: 100px !important; /* nicklist */ |
|
|
|
@ -245,7 +247,7 @@ input[type=text], input[type=password], .badge { |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.navbar-fixed-bottom { |
|
|
|
|
margin: 0 5px 0 14%; |
|
|
|
|
margin: 0 5px 0 145px; /* sidebar */ |
|
|
|
|
} |
|
|
|
|
.navbar-inverse { |
|
|
|
|
background-color: #181818; |
|
|
|
@ -263,6 +265,9 @@ input[type=text], input[type=password], .badge { |
|
|
|
|
width: 100%; |
|
|
|
|
text-align: center; |
|
|
|
|
} |
|
|
|
|
#bufferlines { |
|
|
|
|
padding-bottom: 55px; /* navbar fixed bottom */ |
|
|
|
|
} |
|
|
|
|
.navbar-fixed-bottom { |
|
|
|
|
margin: 0 5px 0 5px; |
|
|
|
|
} |
|
|
|
|