remove old readme
[atutor.git] / docs / 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         *margin-left: 2em;
33         *margin-top:-1.6em;
34         *height:1.2em;
35 }
36 .side-menu {
37         background-color:#efefef;
38         padding:0px 5px 0px 5px;
39 }
40 #header{
41         background-color: #e1ecfe;
42         width:100%;
43 }
44 #shortcuts{
45         *width:12%;
46 }
47 div#top-links {
48         position: relative;
49         padding-right: 5px;
50         line-height: 170%;
51         margin-top: 3px;
52         *margin-bottom:-2em;
53 }
54 .etabbed-list{
55         *padding-top:.3em;
56
57 }
58
59 div#topnavlistcontainer {
60     background-color: #e1ecfe;
61 }
62 .outside_box{
63         height:8.8em;
64 }
65 ul.current_list{
66         float:right;
67         width:99%;
68 }
69 div#guide_box{
70         *width:10em;
71
72 }
73 ul#subnavlist li {
74         *display:inline;
75         *margin-left:.5em;
76         
77 }
78 .fl-force-right{
79         *margin-top:-1.2em;
80         *margin-right:.2em;
81 }
82 table.etabbed-table     {
83         *table-layout:fixed;
84         *margin-left:55px;
85
86 }
87 .etabbed-list{
88         *padding-top:.5em;
89 }
90 .tab-spacer{
91         *width:10px;
92 }
93
94 .editor_tab{
95         height:1.5em\9;
96 }
97 fieldset.group_form{
98         *margin-left:1em;
99 }
100 textarea#body_text{
101         *width:600px;
102 }