Files
gallery3/themes/default/css/fix-ie.css
Tim Almdal 2b047aaca9 Change #Breadcrumbs to a css class. This allows the formatting to be
used multiple times on the same page. (For example in a dialog box
such as in jhilden's upload mockup)
2009-02-20 14:11:33 +00:00

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;
}