web/data/cubicweb.ie.css
author katia
Mon, 21 Jun 2010 16:13:41 +0200
changeset 5819 1017163825c7
parent 0 b97547f5f1fa
child 6892 e73245c14516
permissions -rw-r--r--
[css] more css rework, need visual test in compat/new modes

/* 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;
}

div#rqlinput input.rqlsubmit{
  height: 24px;
  width: 24px;
}


table#mainLayout #navColumnLeft,
table#mainLayout #navColumnRight {
  width: auto;
}