mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
Some tweaks here and there to the display
This commit is contained in:
parent
e4eb5a273d
commit
fd7006f6b4
6 changed files with 62 additions and 30 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue