-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathie7.css
More file actions
46 lines (38 loc) · 642 Bytes
/
ie7.css
File metadata and controls
46 lines (38 loc) · 642 Bytes
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
39
40
41
42
43
44
45
46
input,
select {
font: small-caption;
}
#msgout {
position: relative;
width: 100%;
}
#msgmid {
position: absolute;
top: 50%;
width: 100%;
}
ul.folder-tabs li.selected a,
ul.folder-tabs li a:hover {
border-top-width: 1px;
}
ul.folder-tabs li a {
padding-bottom: 2px;
vertical-align: top;
}
#mainInfoPane-generalTab table {
font-size: 1em;
}
input[type="checkbox"] {
height: 13px;
width: 13px;
}
#dlgSettings-advText-wrap {
margin-right: 15px!important;
}
ul.folder-tabs li,
ul.folder-tabs li a span,
.stable-infobar .refreshIcon,
.stable-infobar .pageChanger .prevlink,
.stable-infobar .pageChanger .nextlink {
zoom: 1;
}