ALL styling in manage page

This commit is contained in:
Ruud
2012-01-22 23:39:06 +01:00
parent bde80cfa76
commit 2345febb28
@@ -114,7 +114,7 @@ var MovieList = new Class({
).inject(self.el, 'top');
// All
self.letters['all'] = new Element('li.letter_all.active', {
self.letters['all'] = new Element('li.letter_all.available.active', {
'text': 'ALL',
}).inject(self.alpha);