Merge pull request #315 from glowing-bear/fix-z-index

Layout fixes
This commit is contained in:
David Cormier 2014-05-26 14:58:14 -04:00
commit 007827b884

View file

@ -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 {