# HG changeset patch # User Sylvain Thénault # Date 1251734666 -7200 # Node ID 921fdbf8b3038dc27a2ec5398a0fbcbc5b9ba4be # Parent ff83ccd612cef83aca12c0085101df4e35dc435a# Parent 3fbcdf220ce9ddda69e168cd540a274477eb048b merge diff -r 3fbcdf220ce9 -r 921fdbf8b303 web/data/cubicweb.css --- a/web/data/cubicweb.css Mon Aug 31 17:38:38 2009 +0200 +++ b/web/data/cubicweb.css Mon Aug 31 18:04:26 2009 +0200 @@ -256,13 +256,17 @@ } /* Popup on login box and userActionBox */ +div.popupWrapper{ + position:relative; + z-index:100; +} + div.popup { position: absolute; - z-index: 400; background: #fff; border: 1px solid black; text-align: left; - float:left; + z-index:400; } div.popup ul li a { @@ -838,4 +842,4 @@ border: 1px solid #edecd2; border-color:#edecd2 #cfceb7 #cfceb7 #edecd2; background: #fffff8 url("button.png") bottom left repeat-x; -} \ No newline at end of file +}