made a copy
[atutor.git] / themes / default / ie_styles.css
1 /* IE specific styles */
2
3 ul#topnavlist {
4         zoom:100%;
5         margin:0px;
6 }
7
8 ul#topnavlist li {
9         zoom:100%;
10         padding:0.3em;
11         padding-bottom:0.3em;
12         margin:0px;
13         margin-bottom:-3px;
14 }
15
16 label {
17         zoom:100%;
18         margin:0px;
19 }
20
21 table.data tfoot input {
22         min-width:0px;
23 }
24
25 #topnavlistcontainer {
26         margin-bottom:-1px;
27 }
28
29 #header{
30         height: 7.2em;
31 }
32
33 div#top-links a:active{
34         color:black;
35         background-color:#F6EAD6;
36 }
37
38 .outside_box{
39         height:9.6em;
40 }