[FIX] css: removed the forced left alignment of dropdown menu on the calling element, as it prevented correct display of the top right drop down menu when it's content was larger than the user name

bzr revid: fva@openerp.com-20130607160307-52z7b4ykb36a2hpr
This commit is contained in:
Frédéric van der Essen 2013-06-07 18:03:07 +02:00
parent 9966ba5608
commit 63d79a1452
2 changed files with 1 additions and 3 deletions

View File

@ -1,4 +1,4 @@
@charset "utf-8";
@charset "UTF-8";
@font-face {
font-family: "mnmliconsRegular";
src: url("/web/static/src/font/mnmliconsv21-webfont.eot") format("eot");
@ -678,7 +678,6 @@
display: none;
position: absolute;
top: 26px;
left: 0;
z-index: 3;
margin: 0;
padding: 0;

View File

@ -586,7 +586,6 @@ $sheet-padding: 16px
display: none
position: absolute
top: 26px
left: 0
z-index: 3
margin: 0
padding: 0