Changeset - 95a34bb4dab3
[Not reviewed]
default
0 1 0
Sean Farley - 11 years ago 2015-02-23 07:52:57
sean.michael.farley@gmail.com
user_group: tweak padding around arrows
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
kallithea/templates/admin/user_groups/user_group_edit_settings.html
Show inline comments
 
@@ -41,9 +41,9 @@ ${h.form(url('users_group', id=c.user_gr
 
                                                ${h.select('users_group_members',[x[0] for x in c.group_members],c.group_members,multiple=True,size=8,style="min-width:210px")}
 
                                            </div>
 
                                            <div style="float:left;width:20px;padding-top:50px">
 
                                                <i style="cursor:pointer; padding: 4px; font-size: 16px" id="add_element" class="icon-left-open"></i>
 
                                                <i style="cursor:pointer; font-size: 16px" id="add_element" class="icon-left-open"></i>
 
                                                <br />
 
                                                <i style="cursor:pointer; padding: 4px; font-size: 16px" id="remove_element" class="icon-right-open"></i>
 
                                                <i style="cursor:pointer; font-size: 16px" id="remove_element" class="icon-right-open"></i>
 
                                            </div>
 
                                            <div style="float:left">
 
                                                 <div class="text" style="padding: 0px 0px 6px;">${_('Available members')}</div>
0 comments (0 inline, 0 general)