Found more errors left from the doctype html and cleaned it up

This commit is contained in:
Kasper Rynning-Tønnesen
2015-06-19 19:23:56 +02:00
parent a3d1157f57
commit 0236624bd6
6 changed files with 19 additions and 6 deletions

View File

@@ -555,7 +555,9 @@ ul #chat-log{
}
.switch{
display: inline;
float: right;
/*float: right;*/
position: absolute;
right:10px;
}
.switch label .lever {
background-color: #00B2FF;
@@ -723,6 +725,15 @@ ul #chat-log{
position: absolute !important;
width: 120px;
}
.page-footer{
margin-top:40px !important;
}
.main, #main-row, .video-container, #playlist{
height:100% !important;
}
.control-list li a{ min-width: 0px; width: 37px; padding: 0 0 0 5px;}
nav .zbrand{
@@ -734,6 +745,11 @@ ul #chat-log{
width: calc(100% - 100px);
}
#search_loader{
margin-left: -75px;
margin-top: 5px;
}
.title-container{
background-color: rgba(0,0,0,0.1);
display: inline-block;