repo.or.cz
/
moodle-linuxchix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
MDL-9716
[moodle-linuxchix.git]
/
theme
/
standard
/
styles_ie6.css
blob
da20443a1841a513e2cda555b4fe07732c988ece
1
/*
2
* These styles are ONLY included for IE 6 (via meta.php)
3
*/
4
5
.tabtree
{
6
height
:
100
%;
7
}
8
9
.tabrow0
{
10
padding-top
:
10px
;
11
}
12
13
.tabrow0 li
{
14
margin-left
:
0
;
15
}
16
17
.tabrow0 li.first
{
18
margin-left
: -
4px
;
19
margin-right
: -
4px
;
20
}
21
22
.tabrow0 li.last a
{
23
margin-right
:
0
;
24
}
25
26
.tabrow0 li.onerow
{
27
margin-right
:
0
;
28
}
29
30
.tabrow0 a
{
31
padding
:
0 0 0 13px
;
32
}
33
34
.tabrow0 a span
{
35
padding
:
12px 1em 4px 0
;
36
}
37
38
.
tabrow0 div
,
39
.tabrow0 ul
{
40
top
:
2.7em
;
41
padding
:
0.2em 0
;
42
}
43
44