remove old readme
[atutor.git] / themes / default_classic / ie_styles.css
1 /* IE specific styles */
2
3 /* Content editor tabs */
4 table.etabbed-table     {
5         *table-layout:fixed;
6         *margin-left:55px;
7
8 }
9 .etabbed-list{
10         padding-top:.3em;
11
12 }
13 .editor_tab{
14         *zoom:100%;
15         *width:auto;    
16         *display: inline-block;
17         *clear: left;
18         *padding: 0 5px 3 5px;
19         height:1.4em;
20
21 }
22 .editor_buttontab {
23         *zoom:100%;
24         *clear:both;
25     *padding-right:1em;
26
27 }
28
29 .editor_tab_selected{
30         *width:auto;
31 }
32 .prefs_buttontab{
33         margin-bottom:.2em;
34 }
35 .prefs_tab_selected{
36         margin-bottom:-.1em;
37 }
38
39 td.tab-spacer {
40         background-color: transparent;
41         width: 2%;
42 }
43
44 label {
45         zoom:100%;
46         margin:0px;
47 }
48
49 table.data tfoot input {
50         min-width:0px;
51 }
52
53 .details_text{
54         margin-left:1em;
55         white-space:normal;
56 }
57
58 #details_view{
59     white-space:normal;
60 }
61 p{
62     white-space:normal;
63 }
64
65 .header{
66         background-position/*\**/:0 8px\9;
67         *background-position:0px -25px;
68         height:10.5em;
69         *height:10.8em;
70         *margin-top:0;
71 }
72
73 ul.current_list{
74       *margin-left:0em;
75 }
76 ul#subnavlist li{
77         *display:inline;        
78         *margin-left:.3em;
79 }
80 input.prefs_buttontab[type=submit]{
81         height:1em;     
82 }
83
84 .fl-force-right{
85         *margin-top:-1.2em;
86 }
87
88
89 h1.section-title {
90         margin-top:-.3em;
91         *margin-top:.3em;
92         clear:both;
93         white-space:nowrap;
94 }
95 div#member-links{
96         background-color: #788CB3;
97 }
98 #breadcrumbs{
99         *clear:left;
100         *margin-top:2em;
101 }
102 div .button {
103         *overflow:visible;
104 }
105 textarea#body_text{
106         *width:600px;
107 }
108 #shortcuts{
109         *width:12%;
110 }