summaryrefslogtreecommitdiff
path: root/themes/default/css/fix-ie.css
blob: c83af92f9151ca27cb60a9ff6d1e8ccaffed5bef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/**
 * Fix display in IE
 */
#gSiteMenu,
#gBreadcrumbs,
#gAlbumGrid,
#gPager,
#gViewMenu {
  zoom: 1;
}

#gViewMenu a {
  width: 52px !important;
}