-
Notifications
You must be signed in to change notification settings - Fork 0
/
ie_styles.css
84 lines (72 loc) · 1.13 KB
/
ie_styles.css
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
/* IE specific styles */
ul#topnavlist {
zoom:100%;
margin:0px;
}
ul#topnavlist li {
zoom:100%;
padding:0.3em;
padding-bottom:0.3em;
margin:0px;
margin-bottom:-3px;
}
label {
zoom:100%;
margin:0px;
}
table.data tfoot input {
min-width:0px;
}
table.data {
float:left;
clear:right;
margin-left:2em;
}
}
#topnavlistcontainer {
margin-bottom:-1px;
}
#header{
height: 7.2em;
}
div#top-links a:active{
color:black;
background-color:#F6EAD6;
}
.outside_box{
height:9.6em;
}
ul#subnavlist li a {
margin-right:-1em;
font-size:8pt;
border-left:none;
border-right:none;
}
ul#subnavlist li a:hover, ul#subnavlist li a:focus, ul#subnavlist li a.active, ul#subnavlist strong {
margin-right:-1em;
font-size:8pt;
border-left:none;
border-right:none;
}
ul#subnavlist li {
zoom:100%;
border-bottom:none;
}
fieldset.group_form{
padding:.5em;
}
ul.folders {
list-style: disc url(../../images/folder.gif) outside;
font-family: Verdana, Helevetica, Arial, sans-serif;
margin-bottom: 5em;;
margin-top: 0px;
margin-right: 0px;
}
li.folders .disabled {
color: #B8AE9C;
}
table.etabbed-table{
float:left;
clear:right;
margin-left:1.5em;
}