Merge in elmarkou's changes

This commit is contained in:
rembo10
2012-06-26 19:02:02 +05:30
parent 1f397857c6
commit 05cc10df1a
9 changed files with 45 additions and 28 deletions

View File

@@ -84,6 +84,8 @@ img {
float: left;
min-height: 100%;
min-width: 100%;
max-width: 250px;
max-height: 300px;
position: relative;
}
}
@@ -1083,6 +1085,15 @@ div#albumheader .albuminfo li span, div#artistheader h3 span {
text-align: center;
vertical-align: middle;
}
#upcoming_table, #wanted_table {
td#albumart {
img {
background: #FFF;
border: 1px solid #ccc;
padding: 3px;
}
}
}
#upcoming_table th#albumart, #wanted_table th#albumart {
min-width: 50px;
text-align: center;