web/data/cubicweb.ie.css
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 20 Jan 2011 08:23:27 +0100
branchstable
changeset 6852 970d1aab42a1
parent 5819 1017163825c7
child 6892 e73245c14516
permissions -rw-r--r--
[migration] fix migration of old cw instances which do not have yet the CWUniqueTogetherConstraint entity type

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