[ajax] fix the fix introduced in 3.9.1 to avoid duplicated loads: it cause some other errors since the browser may load the script *after* the server-response event is emited, causing pb if the script interact with this event
/* 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;
}