Albums Grid

*Added CTRL + LMOUSE click on albums to select.
This commit is contained in:
Brinken
2012-08-31 22:23:58 +02:00
parent f4974e49d9
commit 44bf3b7004
3 changed files with 37 additions and 24 deletions

View File

@@ -430,12 +430,8 @@ table#album_table td#albumart { vertical-align: middle; text-align: left; }
height: 126px;
width: 126px;
position: relative;
box-shadow: 0 0 6px #000;
-moz-box-shadow: 0 0 6px #000;
-webkit-box-shadow: 0 0 6px #000;
overflow: hidden;
}
.image-container .image-box img {
.image-container .image-box img {
width: 100%;
min-height: 100%;
position: absolute;
@@ -445,20 +441,22 @@ table#album_table td#albumart { vertical-align: middle; text-align: left; }
border: 0;
}
.image-container input {
.image-container .image-box input {
position: absolute;
top: 0px;
z-index: 2;
width: 100%;
height: 100%;
text-align: right;
text-align: center;
box-shadow: 0px 0px 10px rgb(0,0,0);
-moz-box-shadow: 0px 0px 10px rgb(0,0,0);
-webkit-box-shadow: 0px 0px 10px rgb(0,0,0);
-o-box-shadow: 0px 0px 10px rgb(0,0,0);
}
.image-container input:checked {
content: "";
background: rgba(0,0,0,0.1);
box-shadow: 0 0 10px rgb(0,145,255);
-moz-box-shadow: 0 0 10px rgb(0,145,255);
-webkit-box-shadow: 0 0 10px rgb(0,145,255);
.image-container .image-box input:checked {
box-shadow: 0px 0px 10px rgb(0,145,255);
-moz-box-shadow: 0px 0px 10px rgb(0,145,255);
-webkit-box-shadow: 0px 0px 10px rgb(0,145,255);
-0-box-shadow: 0px 0px 10px rgb(0,145,255);
}
.image-container .image-actions {
display: none;