Center artist page css

This commit is contained in:
Remy
2011-08-06 23:05:07 -07:00
parent b23e1274bc
commit 74149a6d3c
2 changed files with 2 additions and 2 deletions

View File

@@ -146,7 +146,7 @@ table#artist_table td#have { vertical-align: middle; }
div#paddingheader { padding-top: 48px; font-size: 24px; font-weight: bold; text-align: center; }
table#album_table { background-color: white; }
table#album_table th#select { text-align: left; min-width: 25px; }
table#album_table th#select { vertical-align: middle; text-align: left; min-width: 25px; }
table#album_table th#albumart { text-align: left; min-width: 50px; }
table#album_table th#albumname { text-align: center; min-width: 150px; }
table#album_table th#reldate { width: 175px; text-align: center; min-width: 100px; }

View File

@@ -34,7 +34,7 @@
<table class="display" id="album_table">
<thead>
<tr>
<th class="select"><input type="checkbox" onClick="toggle(this)" /></th>
<th id="select"><input type="checkbox" onClick="toggle(this)" /></th>
<th id="albumart"></th>
<th id="albumname">Album Name</th>
<th id="reldate">Release Date</th>