Style fixes

This commit is contained in:
magnolia-fan
2011-04-20 09:06:04 +04:00
parent cd9e0f41fa
commit 8425168638
4 changed files with 25 additions and 1 deletions
+2 -1
View File
@@ -135,7 +135,7 @@ h1.artist > span > span.play {
#nav {
position: fixed;
z-index: 2;
z-index: 6;
top: 0;
left: 50%;
margin-left: -375px;
@@ -167,6 +167,7 @@ h1.artist > span > span.play {
.corner-fix {
position: fixed;
z-index: 4;
width: 8px;
height: 8px;
background-color: #000;
+2
View File
@@ -7,6 +7,7 @@ audio {
}
#player {
position: fixed;
z-index: 5;
width: 750px;
height: 50px;
left: 50%;
@@ -156,6 +157,7 @@ audio {
}
#playlist {
position: fixed;
z-index: 5;
top: 75px;
left: 50%;
width: 734px;