mirror of
https://github.com/rembo10/headphones.git
synced 2026-05-02 17:59:28 +01:00
Merge in elmarkou's changes
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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
Reference in New Issue
Block a user