Give the "More" link a but of extra space from other actions
This commit is contained in:
parent
c038d74302
commit
639644375d
|
@ -863,7 +863,7 @@ class Grid(object):
|
||||||
if more_actions:
|
if more_actions:
|
||||||
icon = HTML.tag('span', class_='ui-icon ui-icon-carat-1-e')
|
icon = HTML.tag('span', class_='ui-icon ui-icon-carat-1-e')
|
||||||
link = tags.link_to("More" + icon, '#', class_='more')
|
link = tags.link_to("More" + icon, '#', class_='more')
|
||||||
main_actions.append(link + HTML.tag('div', class_='more', c=more_actions))
|
main_actions.append(HTML.literal(' ') + link + HTML.tag('div', class_='more', c=more_actions))
|
||||||
return HTML.literal('').join(main_actions)
|
return HTML.literal('').join(main_actions)
|
||||||
|
|
||||||
def render_action(self, action, row, i):
|
def render_action(self, action, row, i):
|
||||||
|
|
Loading…
Reference in a new issue