1
0
This repository has been archived on 2021-04-26. You can view files and clone it, but cannot push or open issues or pull requests.
gallery3-contrib/themes/okat_dark/css/fix-ie.css
Okat b2859c5c8f First commit. Added okat_dark theme.
The theme is still a work in progress. Copied from 3nids theme with changed colors
Git skills in progress as well.
2010-01-17 12:29:35 +01:00

30 lines
361 B
CSS

/**
* Fix display in IE 6, 7
*/
#g-banner {
z-index: 2;
}
input.submit {
clear: none !important;
display: inline !important;
}
#g-add-tag-form input.textbox {
width: 110px;
}
#g-dialog .g-cancel {
display: inline-block !important;
float: none !important;
}
.g-pager .g-text-right {
width: 29%;
}
.g-pager .ui-icon-right {
width: 60px;
}