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
adding some strings
[moodle-linuxchix.git]
/
theme
/
standard
/
styles_ie6.css
blob
72c7fd451fedb5810d12f1760da9f92780494482
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
form
.
mform input
{
45
margin-left
:
expression
((
this
.
type
==
"text"
||this
.
type
==
"file"
||this
.
type
==
"password"
)
?
'-10px'
:
'0'
);
46
}
47
48
form
.
mform textarea
{
49
margin-left
: -
10px
;
50
}
51
52
.que .info
{
53
margin-left
:
0.6em
;
54
}