web/data/cubicweb.ie.css
changeset 0 b97547f5f1fa
child 5819 1017163825c7
--- /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;
+}