made a copy
[atutor.git] / themes / fluid / 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 div#breadcrumbs {
30     /* The path bar, including breadcrumbs and add to favorites */
31     background-color:#efefef;
32 }
33 .side-menu {
34         background-color:#efefef;
35         padding:0px 5px 0px 5px;
36 }
37 #header{
38         background-color: #e1ecfe;
39         width:100%;
40 }
41
42 div#top-links {
43         position: relative;
44         padding-right: 5px;
45         line-height: 170%;
46         margin-top: 3px;
47 }
48
49 div#topnavlistcontainer {
50     background-color: #e1ecfe;
51 }
52 .outside_box{
53         height:8.8em;
54 }