Tweak the document page list view columns CSS to improve panel display width.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
@@ -43,6 +43,7 @@ class DocumentPageListView(SingleObjectListView):
|
||||
|
||||
def get_extra_context(self):
|
||||
return {
|
||||
'column_class': 'col-xs-12 col-sm-6 col-md-4 col-lg-3',
|
||||
'list_as_items': True,
|
||||
'object': self.get_document(),
|
||||
'title': _('Pages for document: %s') % self.get_document(),
|
||||
|
||||
Reference in New Issue
Block a user