Most work done to get the ability to choose which release you want

This commit is contained in:
rembo10
2014-04-04 18:11:20 -07:00
parent ed63a08333
commit d79dc8f1ab
4 changed files with 121 additions and 9 deletions

View File

@@ -691,7 +691,7 @@ footer {
}
#subhead #subhead_container #subhead_menu {
float: right;
margin-top: 5px;
margin-top: 0px;
position: relative;
z-index: 99;
}
@@ -716,6 +716,11 @@ footer {
color: #FFF;
border-color: #518CC6 #518CC6 #2A65A0;
}
#subhead #subhead_container #back_to_previous_link {
margin-top: 20px;
position: relative;
z-index: 99;
}
div#searchbar {
border-left: 1px solid #FAFAFA;
-moz-box-shadow: -1px 0 0 #e0e0e0;
@@ -772,7 +777,7 @@ div#searchbar .mini-icon {
_height: 302px;
background-color: #FFF;
clear: both;
margin: 30px auto 0;
margin: 60px auto 0;
min-height: 100px;
position: relative;
width: 100%;
@@ -1054,6 +1059,22 @@ div#artistheader h2 a {
text-align: center;
vertical-align: middle;
}
#downloads_table th#title {
text-align: center;
min-width: 500px;
}
#downloads_table th#size {
text-align: center;
min-width: 80px;
}
#downloads_table th#provider {
text-align: center;
min-width: 100px;
}
#downloads_table th#kind {
text-align: center;
min-width: 80px;
}
#history_table {
background-color: #FFF;
font-size: 13px;