mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-13 16:09:19 -04:00
39 lines
466 B
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;
|
|
}
|