mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
Minor refinements
This commit is contained in:
parent
0aa81bc346
commit
3fa299acc6
@ -66,10 +66,16 @@ div.header {
|
||||
/* background-color:#FFFFFF; */
|
||||
}
|
||||
|
||||
.generaltable td.cell.c0 {
|
||||
.generaltable .r0 td.cell.c0 {
|
||||
background-color:#C6BDA8;
|
||||
}
|
||||
|
||||
.generaltable .r1 td.cell.c0 {
|
||||
border-color:#C6BDA8;
|
||||
background-color:#E3DFD4;
|
||||
}
|
||||
|
||||
|
||||
.navbar {
|
||||
background-color:#C6BDA8;
|
||||
border-color:#666666;
|
||||
@ -159,7 +165,8 @@ background-color:#C6BDA8;
|
||||
***/
|
||||
|
||||
#calendar .maincalendar,
|
||||
#calendar .sidecalendar {
|
||||
#calendar .sidecalendar,
|
||||
#calendar .maincalendar .event {
|
||||
border-color: #C6BDA8;
|
||||
}
|
||||
|
||||
|
@ -34,6 +34,10 @@ input {
|
||||
|
||||
}
|
||||
|
||||
.generaltable {
|
||||
border-width:0px;
|
||||
}
|
||||
|
||||
.generalbox {
|
||||
border-width:1px;
|
||||
border-style:solid;
|
||||
@ -117,9 +121,16 @@ TABLE.loginbox {
|
||||
#footer {
|
||||
text-align:left;
|
||||
margin-top: 5px;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
|
||||
#footer p.helplink {
|
||||
margin-bottom: -25px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/***
|
||||
*** Blocks
|
||||
***/
|
||||
|
Loading…
x
Reference in New Issue
Block a user