adding some strings
[moodle-linuxchix.git] / theme / standard / styles_ie6.css
blob72c7fd451fedb5810d12f1760da9f92780494482
1 /*
2 * These styles are ONLY included for IE 6 (via meta.php)
3 */
5 .tabtree {
6 height: 100%;
9 .tabrow0 {
10 padding-top: 10px;
13 .tabrow0 li {
14 margin-left: 0;
17 .tabrow0 li.first {
18 margin-left: -4px;
19 margin-right: -4px;
22 .tabrow0 li.last a {
23 margin-right: 0;
26 .tabrow0 li.onerow {
27 margin-right: 0;
30 .tabrow0 a {
31 padding: 0 0 0 13px;
34 .tabrow0 a span {
35 padding: 12px 1em 4px 0;
38 .tabrow0 div,
39 .tabrow0 ul {
40 top: 2.7em;
41 padding: 0.2em 0;
44 form.mform input {
45 margin-left: expression((this.type=="text"||this.type=="file"||this.type=="password")?'-10px':'0');
48 form.mform textarea {
49 margin-left: -10px;
52 .que .info {
53 margin-left: 0.6em;