mirror of
https://github.com/moodle/moodle.git
synced 2025-01-21 07:28:31 +01:00
24 lines
236 B
CSS
Executable File
24 lines
236 B
CSS
Executable File
.tabtree {
|
|
height: 100%;
|
|
}
|
|
|
|
.tabrow0 {
|
|
padding-top: 6px;
|
|
}
|
|
|
|
.tabrow0 LI.first {
|
|
margin-left: -4px;
|
|
}
|
|
|
|
.tabrow0 A {
|
|
padding: 0 0 0 1em;
|
|
}
|
|
|
|
.tabrow0 A span {
|
|
padding: 12px 1em 4px 0;
|
|
}
|
|
|
|
.tabrow0 UL {
|
|
top: 2.4em;
|
|
}
|