Browse Source

fix(ext_toolbar): position of authentication popup

master
hristoterezov 9 years ago
parent
commit
c3b4ecbbd8
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      css/_login_menu.scss

+ 4
- 0
css/_login_menu.scss View File

45
     display:block !important;
45
     display:block !important;
46
 }
46
 }
47
 
47
 
48
+span.authentication {
49
+    position: relative;
50
+}
51
+
48
 a.disabled {
52
 a.disabled {
49
     color: gray !important;
53
     color: gray !important;
50
     pointer-events: none;
54
     pointer-events: none;

Loading…
Cancel
Save