Releases table css fix

This commit is contained in:
Ruud
2012-01-14 23:45:20 +01:00
parent fd63731c0e
commit 44cebc7ecd
2 changed files with 2 additions and 2 deletions
@@ -196,7 +196,7 @@
padding: 0 10px;
}
.movies .options .table .type { width: 120px; }
.movies .options .table .available { width: 80px; }
.movies .options .table .is_available { width: 80px; }
.movies .options .table a {
width: 16px !important;
+1 -1
View File
@@ -273,7 +273,7 @@ window.addEvent('domready', function(){
new Element('div.item.head').adopt(
new Element('span.name', {'text': 'File'}),
new Element('span.type', {'text': 'Type'}),
new Element('span.available', {'text': 'Available'})
new Element('span.is_available', {'text': 'Available'})
).inject(self.files_container)
Array.each(self.movie.data.releases, function(release){