Playlist remove button fixes

This commit is contained in:
magnolia-fan
2011-06-29 04:02:42 +04:00
parent 088435452b
commit 9d7770b282
4 changed files with 9 additions and 12 deletions
+1 -1
View File
@@ -157,7 +157,7 @@ $icons_dir: "/images/icns/";
top: 0;
right: 0;
z-index: 20;
width: 100px;
width: 80px;
height: 26px;
@include alpha_gradient(32, 32, 32, '202020');
}
+1 -1
View File
@@ -124,7 +124,7 @@
top: 0;
right: 0;
z-index: 20;
width: 100px;
width: 80px;
height: 26px;
background: -moz-linear-gradient(left, rgba(32, 32, 32, 0) 0%, #202020 50%, #202020 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(32, 32, 32, 0)), color-stop(50%, #202020), color-stop(100%, #202020));