This commit is contained in:
user
2013-03-09 16:19:12 +01:00
parent 7b25d7e446
commit 4c83b22288
3 changed files with 44 additions and 22 deletions

View File

@@ -68,16 +68,18 @@ html body{
float:left;
margin-left: 1%;
margin-right : 1%;
margin-bottom: auto;
height: auto;
background: linear-gradient(to bottom, rgba(155,155,155,1) 0%,rgba(14,14,14,1) 100%);
vertical-align: bottom;
}
#timeline {
height: 90%;
color: white;
height: auto;
min-height: 50%;
}
#player {
height: 10%;
height: auto;
}
#playerlistsec {
width: 29%;
float:left;
@@ -109,16 +111,17 @@ footer{
float: left;
}
#playerlistsec .menu li.subli{
width: auto;
height: 3%;
min-height: 30px;
line-height: 30px;
margin: 1%;
padding-left: 5px;
padding-right: 5px;
#playerlistsec .menu li.select{
height: 5%;
min-height: 50px;
line-height: 50px;
list-style-type: none;
text-align: center;
vertical-align: middle;
margin-bottom: 1%;
background: linear-gradient(to bottom, rgba(250,207,207,1) 0%,rgba(198,99,99,1) 100%);;
cursor: pointer;
float: left;
background: linear-gradient(to left, rgba(207,231,250,1) 0%,rgba(99,147,193,1) 100%);
}
#sidenav li {