Minor refinements

This commit is contained in:
andreabix 2006-05-05 08:56:03 +00:00
parent 0aa81bc346
commit 3fa299acc6
3 changed files with 27 additions and 9 deletions

View File

@ -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;
}

View File

@ -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
***/