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

@@ -158,6 +158,8 @@ img.albumArt {
float: left;
min-height: 100%;
min-width: 100%;
max-width: 300px;
max-height: 300px;
position: relative;
}
.title {
@@ -750,12 +752,6 @@ div#searchbar .mini-icon {
margin-left: 6px;
margin-top: 6px;
}
a#vipserver {
margin-left: 100px;
color: blue;
size: 95%;
font-weight: bold;
}
.configtable legend {
font-size: 16px;
font-weight: bold;
@@ -1363,6 +1359,12 @@ div#artistheader h3 span {
text-align: center;
vertical-align: middle;
}
#upcoming_table td#albumart img,
#wanted_table td#albumart img {
background: #FFF;
border: 1px solid #ccc;
padding: 3px;
}
#upcoming_table th#albumart,
#wanted_table th#albumart {
min-width: 50px;

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;

File diff suppressed because one or more lines are too long