blob: adf8c6d8c0ce246ead2de78b84078b4dd8c1ed9d (
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
29
30
31
32
33
34
35
36
37
38
|
/**
* 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;
}
#gPager li.gInfo {
width: 39%;
}
#gPager .txtright a.gButtonLink {
clear: none !important;
float: right !important;
width: 45% !important;
}
|