commit
007827b884
1 changed files with 7 additions and 2 deletions
|
@ -170,6 +170,7 @@ input[type=text], input[type=password], #sendMessage, .badge {
|
||||||
font-size: smaller;
|
font-size: smaller;
|
||||||
-webkit-transition:0.35s ease all;
|
-webkit-transition:0.35s ease all;
|
||||||
transition:0.35s ease all;
|
transition:0.35s ease all;
|
||||||
|
z-index: 2;
|
||||||
}
|
}
|
||||||
#sidebar form {
|
#sidebar form {
|
||||||
}
|
}
|
||||||
|
@ -205,6 +206,7 @@ input[type=text], input[type=password], #sendMessage, .badge {
|
||||||
padding-top: 35px;
|
padding-top: 35px;
|
||||||
padding-left: 5px;
|
padding-left: 5px;
|
||||||
padding-bottom: 35px;
|
padding-bottom: 35px;
|
||||||
|
z-index: 2;
|
||||||
}
|
}
|
||||||
#nicklist ul {
|
#nicklist ul {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
@ -277,6 +279,7 @@ input[type=text], input[type=password], #sendMessage, .badge {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
-webkit-transition:0.35s ease all;
|
-webkit-transition:0.35s ease all;
|
||||||
transition:0.35s ease all;
|
transition:0.35s ease all;
|
||||||
|
z-index: 1;
|
||||||
}
|
}
|
||||||
.footer.withsidebar {
|
.footer.withsidebar {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
|
@ -378,7 +381,6 @@ h2 span, h2 small {
|
||||||
|
|
||||||
#sidebar {
|
#sidebar {
|
||||||
font-size: normal;
|
font-size: normal;
|
||||||
z-index: 2;
|
|
||||||
bottom: 0px;
|
bottom: 0px;
|
||||||
width: auto;
|
width: auto;
|
||||||
max-width: 60%;
|
max-width: 60%;
|
||||||
|
@ -466,7 +468,10 @@ h2 span, h2 small {
|
||||||
padding-right: 0px !important;
|
padding-right: 0px !important;
|
||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
background: rgb(24,24,24);
|
background: rgb(24,24,24);
|
||||||
z-index: 1;
|
}
|
||||||
|
|
||||||
|
.footer.withnicklist {
|
||||||
|
padding-right: 108px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
::-webkit-scrollbar {
|
::-webkit-scrollbar {
|
||||||
|
|
Loading…
Reference in a new issue