mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-06-03 02:09:22 -04:00
29 lines
315 B
CSS
29 lines
315 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;
|
|
}
|