Added selective extras fetching to the artist page - had to make some backend changes to get this working: changed DB.select to DB.action in mb.py, added newstyle variable to getExtras

This commit is contained in:
rembo10
2012-08-19 15:37:09 +05:30
parent ecb5395c22
commit af2b0515ee
5 changed files with 69 additions and 6 deletions

View File

@@ -674,6 +674,13 @@ footer {
position: relative;
margin-right: 3px;
}
#dialog {
padding: 40px;
}
#dialog input#submit {
margin-left: 50px;
margin-right: auto;
}
#subhead .back {
float: left;
margin-top: -25px;