Releases table css fix
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user