Files
gallery3/themes/admin_default/css/fix-ie.css
Tim Almdal 74768e4cea The first incarnation of the developer tools. This allows the user to
enter a module name, a description and pick the call backs and or
events they want to support and generate the basic module skeleton
with one click.
@todo: clone a module, clone a theme, generate skeleton controller,
view,
2009-03-13 22:15:16 +00:00

20 lines
223 B
CSS

/**
* Fix display in IE
*/
#gHeader,
#gAdminMenu,
#gGroupAdmin,
#gDeveloperTools,
.gAvailable .gBlock {
zoom: 1;
}
.gUnavailable {
filter: alpha(opacity=40);
}
.gUnavailable:hover {
filter: alpha(opacity=100);
}