Files
gallery3/themes/default/css/fix-ie.css

39 lines
466 B
CSS

/**
* Fix display in IE
*/
#gHeader,
#gSiteMenu,
.gBreadcrumbs,
#gAlbumGrid,
#gPager,
#gViewMenu {
zoom: 1;
}
#gHeader #gLogo {
margin-top: 5px;
margin-bottom: 0;
}
#gHeader #gSiteMenu {
margin-top: 28px;
}
#gHeader #gQuickSearchForm {
margin-bottom: 0;
}
#gViewMenu a {
width: 52px !important;
}
#gPager li.gInfo {
width: 39%;
}
#gPager .txtright a.gButtonLink {
clear: none !important;
float: right !important;
width: 45% !important;
}