2008-12-15 07:08:13 +00:00
|
|
|
/**
|
2009-02-12 04:25:43 +00:00
|
|
|
* Fix display in IE
|
2008-12-15 07:08:13 +00:00
|
|
|
*/
|
2009-02-15 03:18:48 +00:00
|
|
|
#gHeader,
|
2009-01-02 20:07:05 +00:00
|
|
|
#gSiteMenu,
|
2009-02-20 14:11:33 +00:00
|
|
|
.gBreadcrumbs,
|
2009-01-02 20:07:05 +00:00
|
|
|
#gAlbumGrid,
|
2009-02-12 04:25:43 +00:00
|
|
|
#gPager,
|
|
|
|
|
#gViewMenu {
|
2008-12-15 07:08:13 +00:00
|
|
|
zoom: 1;
|
|
|
|
|
}
|
2009-02-12 04:25:43 +00:00
|
|
|
|
2009-02-15 03:18:48 +00:00
|
|
|
#gHeader #gLogo {
|
|
|
|
|
margin-top: 5px;
|
|
|
|
|
margin-bottom: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#gHeader #gSiteMenu {
|
|
|
|
|
margin-top: 28px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#gHeader #gQuickSearchForm {
|
|
|
|
|
margin-bottom: 0;
|
|
|
|
|
}
|
|
|
|
|
|
2009-02-12 04:25:43 +00:00
|
|
|
#gViewMenu a {
|
|
|
|
|
width: 52px !important;
|
|
|
|
|
}
|
2009-02-23 03:39:44 +00:00
|
|
|
|
|
|
|
|
#gPager li.gInfo {
|
|
|
|
|
width: 39%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#gPager .txtright a.gButtonLink {
|
|
|
|
|
clear: none !important;
|
|
|
|
|
float: right !important;
|
|
|
|
|
width: 45% !important;
|
|
|
|
|
}
|