##// END OF EJS Templates
forced user-menu dropdown to align to right when open
Liviu -
r3619:a027b596 new-ui
parent child Browse files
Show More
@@ -198,12 +198,11 b''
198 }
198 }
199
199
200 .user-menu.submenu {
200 .user-menu.submenu {
201 right: 0;
201 right: 0!important;
202 left: auto;
202 left: auto!important;
203 min-width: 290px;
203 min-width: 290px;
204 }
204 }
205
205
206
207 .user-menu {
206 .user-menu {
208 .bookmark-items {
207 .bookmark-items {
209 border-top: @border-thickness solid @grey6;
208 border-top: @border-thickness solid @grey6;
General Comments 0
You need to be logged in to leave comments. Login now