summaryrefslogtreecommitdiff
path: root/themes/default/css/fix-ie.css
blob: 664e79a96a63fbb6d29fed77ae1aa54d0597e4cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
/**
 * 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;
}