remove old readme
[atutor.git] / themes / default16 / 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         *display: inline;
15 }
16
17 label {
18         zoom:100%;
19         margin:0px;
20 }
21
22 table.data tfoot input {
23         min-width:0px;
24 }
25
26 #topnavlistcontainer {
27         margin-bottom:-1px;
28 }
29
30 #header{
31         height: 7.2em;
32 }
33 .fl-force-right{
34         *margin-left:-1em;
35         *margin-top:-1em;
36 }
37
38 table.etabbed-table     {
39         *table-layout:fixed;
40         *margin-left:45px;
41 }
42 .tab-spacer{
43         *width:10px;
44 }
45 .editor_tab{
46         *zoom:100%;
47         *width:auto;    
48         *display: inline-block;
49         *clear: left;
50         *padding: 0 5px 0 5px;
51 }
52 .editor_buttontab {
53         *zoom:100%;
54         *clear:both;
55 *padding-right:1em;
56 }
57
58 .editor_tab_selected{
59         *width:auto;
60 }
61
62 .etabbed-list-container{
63         *height:1.9em;
64 }
65 .etabbed-list{
66         *height:1.8em;
67         *padding-top:.4em;
68 }
69 ul.current_list{
70         *margin-left:0;
71 }
72 ul#subnavlist {
73         *margin-bottom:0;
74 }
75 ul#subnavlist li {
76         *display: inline;
77         *margin-right:.3em;
78         *margin-bottom:-.2em;
79 }
80
81 table.data {
82         *border:0;
83
84
85 table.data th {
86         *border:0;
87 }
88 div.search_bar .s_img{
89         float: right;
90         border: 0px;
91         margin-top: -2em;       
92         margin-right: 0.4em;
93 }
94 textarea#body_text{
95         *width:600px;
96 }