This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
lesechos/theme-authentic2/static/authentic2/admin_tools/css/dashboard-ie.css

33 lines
457 B
CSS

/* todo: ie6 doesn't want the dashboard to take full width... */
html, body {
_overflow: auto;
_width: 100%;
}
#content {
*width: 98% !important;
_width: 96% !important;
margin: 1%;
}
#container {
_margin: 0;
}
.dashboard-module h2 a.toggle-icon,
.dashboard-module h2 a.close-icon {
margin-top: -16px;
}
.dashboard-module ul li ul {
margin-top: -25px;
}
.dashboard-module h3 {
clear: both;
}
.dashboard-column {
}