diff -r 000000000000 -r b97547f5f1fa web/data/cubicweb.ie.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/data/cubicweb.ie.css Wed Nov 05 15:52:50 2008 +0100 @@ -0,0 +1,11 @@ +/* specific workarounds for Internet Explorer */ +div.calpopup { + margin-left: 0px; + margin-top: 0px; +} + +/* quick and dirty solution for pop to be + correctly displayed on right edge of window */ +div.popupWrapper{ + direction:rtl; +}