added CSS for the changed sideblocks

This commit is contained in:
urs_hunkler 2005-05-10 09:16:11 +00:00
parent 835ee89f1c
commit 62aaf8a1ea
2 changed files with 7 additions and 4 deletions

View File

@ -123,7 +123,7 @@ body {
***
******************************/
#content {
background-color:#E6EAED;
background-color:#EEF0F2;
border-color:#FFFFFF
}
@ -601,7 +601,7 @@ TD.event_description {
}
.sideblock .header {
background-color:#E6EAED;
background-color:#DAE0E4;
color:#666666
}
@ -618,7 +618,7 @@ TD.event_description {
}
/* sideblock intermediate styles */
#right-column th.header {
#right-column .header {
background-color:#FFEDCE
}

View File

@ -69,7 +69,8 @@ a.autolink:hover {
/* general styles */
body {
margin:10px /*behavior:url(/htc/csshover.htc);*/
behavior:url(<?php echo "$CFG->wwwroot/theme/$CFG->theme" ?>/csshover.htc);
margin:10px
}
ul {
@ -816,12 +817,14 @@ table.calendar-controls .next {
}
.sideblock .header {
height:2em;
padding:0 5px;
border:0 none;
background-image:none
}
.sideblock .content {
clear:both;
padding:0.3em 0.5em
}