web/data/cubicweb.ie.css
author Alexandre Fayolle <alexandre.fayolle@logilab.fr>
Wed, 22 Sep 2010 10:10:19 +0200
branchstable
changeset 6295 6e1c2aca9fa0
parent 5819 1017163825c7
child 6892 e73245c14516
permissions -rw-r--r--
updated yams and logilab.database dependency, start preparing 3.9.8

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