Some tweaks here and there to the display

This commit is contained in:
moodler 2005-01-03 10:49:40 +00:00
parent e4eb5a273d
commit fd7006f6b4
6 changed files with 62 additions and 30 deletions

View file

@ -825,6 +825,7 @@ TABLE.formtable TD {
}
.message_link {
font-size: x-small;
vertical-align: center;
}
.message_pix {
font-size: x-small;
@ -832,3 +833,18 @@ TABLE.formtable TD {
.message_form {
font-size: 0.78em;
}
.message_heading {
font-size: medium;
font-weight: bold;
text-align:center;
}
.message_search_results {
border-collapse: collapse;
border-spacing: 0px;
}
TABLE.message_search_results TD {
border-width: 1px;
border-color: <?PHP echo $THEME->borders?>;
border-style: solid;
padding: 5px;
}