Fix input bar bleeding into nicklist & mobile input bar jumps

Closes #298
This commit is contained in:
Lorenz Hübschle-Schneider 2014-05-21 11:18:02 +01:00
parent 7e3d2eee35
commit 99296d2a51

View file

@ -110,7 +110,7 @@ input[type=text], input[type=password], #sendMessage, .badge {
width: 100%;
height: 35px;
max-height: 35px;
z-index: 2;
z-index: 3;
line-height: 35px;
white-space: nowrap;
}
@ -282,6 +282,9 @@ input[type=text], input[type=password], #sendMessage, .badge {
margin-left: 0;
padding-left: 145px;
}
.footer.withnicklist {
padding-right: 100px;
}
.color-light-green {
color: chartreuse;
@ -375,7 +378,7 @@ h2 span, h2 small {
#sidebar {
font-size: normal;
z-index: 1;
z-index: 2;
bottom: 0px;
width: auto;
max-width: 60%;
@ -458,6 +461,14 @@ h2 span, h2 small {
content: ">";
}
.footer {
padding-left: 0px !important;
padding-right: 0px !important;
width: 100% !important;
background: rgb(24,24,24);
z-index: 1;
}
::-webkit-scrollbar {
width: 5px;
height: 5px;