@@ -76,18 +76,18 @@ <h3 class="margin0 marginTop25"><%= polyglot.t('Discover') %></h3>
7676 < a href ="#userPage ">
7777 < span class ="ion-document-text fontSize12 marginRight2 textOpacity1 "> </ span >
7878 < %= polyglot.t('nav.myPage') %>
79- < span class ="pull-right txt-muted "> < %= config.keyShortcutPrefix + config.keyShortcuts.myPage.toUpperCase() %> </ span >
79+ < span class ="pull-right txt-muted marginLeft10 "> < %= config.keyShortcutPrefix + config.keyShortcuts.myPage.toUpperCase() %> </ span >
8080 </ a >
8181 < a href ="#userPage/<%= ob.guid %>/customize ">
8282 < span class ="ion-paintbucket fontSize10 textOpacity1 "> </ span >
8383 < %= polyglot.t('nav.customizePage') %>
84- < span class ="pull-right txt-muted "> < %= config.keyShortcutPrefix + config.keyShortcuts.customizePage.toUpperCase() %> </ span >
84+ < span class ="pull-right txt-muted marginLeft10 "> < %= config.keyShortcutPrefix + config.keyShortcuts.customizePage.toUpperCase() %> </ span >
8585 </ a >
8686 < % if(ob.vendor) { %>
8787 < a href ="#userPage/<%= ob.guid %>/listingNew " >
8888 < span class ="ion-ios-pricetag fontSize10 marginRight2 textOpacity1 "> </ span >
8989 < %= polyglot.t('nav.createListing') %>
90- < span class ="pull-right txt-muted "> < %= config.keyShortcutPrefix + config.keyShortcuts.create.toUpperCase() %> </ span >
90+ < span class ="pull-right txt-muted marginLeft10 "> < %= config.keyShortcutPrefix + config.keyShortcuts.create.toUpperCase() %> </ span >
9191 </ a >
9292 < % }else{ %>
9393 < a href ="#userPage/<%= ob.guid %>/createStore ">
@@ -107,27 +107,27 @@ <h3 class="margin0 marginTop25"><%= polyglot.t('Discover') %></h3>
107107 < a href ="#transactions/purchases ">
108108 < span class ="ion-log-out fontSize11 marginRight2 textOpacity1 "> </ span >
109109 < %= polyglot.t('nav.purchases') %>
110- < span class ="pull-right txt-muted "> < %= config.keyShortcutPrefix + config.keyShortcuts.purchases.toUpperCase() %> </ span >
110+ < span class ="pull-right txt-muted marginLeft10 "> < %= config.keyShortcutPrefix + config.keyShortcuts.purchases.toUpperCase() %> </ span >
111111 </ a >
112112 < % if(ob.vendor) { %>
113113 < a href ="#transactions/sales ">
114114 < span class ="ion-log-in fontSize11 marginRight2 textOpacity1 "> </ span >
115115 < %= polyglot.t('nav.sales') %>
116- < span class ="pull-right txt-muted "> < %= config.keyShortcutPrefix + config.keyShortcuts.sales.toUpperCase() %> </ span >
116+ < span class ="pull-right txt-muted marginLeft10 "> < %= config.keyShortcutPrefix + config.keyShortcuts.sales.toUpperCase() %> </ span >
117117 </ a >
118118 < % } %>
119119 < % if(ob.moderator) { %>
120120 < a href ="#transactions/cases ">
121121 < span class ="ion-briefcase fontSize11 marginRight2 textOpacity1 "> </ span >
122122 < %= polyglot.t('nav.cases') %>
123- < span class ="pull-right txt-muted "> < %= config.keyShortcutPrefix + config.keyShortcuts.cases.toUpperCase() %> </ span >
123+ < span class ="pull-right txt-muted marginLeft10 "> < %= config.keyShortcutPrefix + config.keyShortcuts.cases.toUpperCase() %> </ span >
124124 </ a >
125125 < % } %>
126126 < hr />
127127 < a href ="#settings ">
128128 < span class ="ion-toggle-filled fontSize11 marginRight2 textOpacity1 "> </ span >
129129 < %= polyglot.t('nav.settings') %>
130- < span class ="pull-right txt-muted "> < %= config.keyShortcutPrefix + config.keyShortcuts.settings.toUpperCase() %> </ span >
130+ < span class ="pull-right txt-muted marginLeft10 "> < %= config.keyShortcutPrefix + config.keyShortcuts.settings.toUpperCase() %> </ span >
131131 </ a >
132132 < hr />
133133 < a class ="js-showAboutModal ">
@@ -140,7 +140,7 @@ <h3 class="margin0 marginTop25"><%= polyglot.t('Discover') %></h3>
140140 </ a >
141141 </ div >
142142
143- < div class ="js-serverSubmenu popMenu-navBarSubMenu popMenu-navBarSubMenu-servers " style =" right: 222px " > </ div >
143+ < div class ="js-serverSubmenu popMenu-navBarSubMenu popMenu-navBarSubMenu-servers "> </ div >
144144</ div >
145145
146146< div class ="popMenu popMenu-notifications js-navNotificationsMenu " data-onclose ="onNotifMenuClose " data-onopen ="onNotifMenuOpen ">
0 commit comments