Merge commit 'catalyst/MOODLE_19_STABLE' into mdl19-linuxchix
[moodle-linuxchix.git] / theme / chameleon / styles_ie6.css
blobbcaeeec0fe01b9c53b6e32fef672fa77e5052289
1 /*
2 * These styles are ONLY included for IE 6 (via meta.php)
3 */
4 div.breadcrumb span.sep {
5 font-family: arial, sans-serif;
7 input {
8 padding: expression((this.type=="submit")?'0 4px':this.currentStyle.paddingTop+" "+this.currentStyle.paddingRight+" "+this.currentStyle.paddingBottom+" "+this.currentStyle.paddingLeft);
10 div.sideblock div.content input {
11 text-align: expression((this.type=="submit")?'center':this.currentStyle.textAlign);
13 div.sideblock div.content div.btn input {
14 width: expression((this.type=="submit")?'auto':this.currentStyle.width);
16 .tabtree {
17 height: 100%;
19 .tabrow0 {
20 padding-top: 10px;
22 .tabrow0 li {
23 margin: 0;
24 /*padding: 0;*/
26 .tabrow0 li.first {
27 margin: 0;
29 .tabrow0 li.last a {
30 margin-right: 0;
32 .tabrow0 li.onerow {
33 margin-right: 0;
35 .tabrow0 a {
36 padding: 0 5px 5px;
38 .tabrow0 a span {
39 padding: 0;
41 .tabrow0 div,
42 .tabrow0 ul {
43 top: 100%;
44 padding: 0 0 3px 0;