mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
I added the CLASS properties for the replaced center and font tags in the sideblock "block_online_users" to keep centering the text and the font size.
This commit is contained in:
parent
340c48485e
commit
c448ea0671
@ -204,6 +204,10 @@ body#admin-blocks table#incompatible td.c0 {
|
|||||||
font-size:1.0em;
|
font-size:1.0em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.sideblock .content .message {
|
||||||
|
font-size:0.9em
|
||||||
|
}
|
||||||
|
|
||||||
.sideblock .header .commands {
|
.sideblock .header .commands {
|
||||||
font-size:0.9em;
|
font-size:0.9em;
|
||||||
}
|
}
|
||||||
|
@ -436,6 +436,10 @@ table.flexible th.c0 {
|
|||||||
padding: 2px;
|
padding: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.sideblock .content .message {
|
||||||
|
text-align:center
|
||||||
|
}
|
||||||
|
|
||||||
.sideblock .footer {
|
.sideblock .footer {
|
||||||
margin-bottom: 4px;
|
margin-bottom: 4px;
|
||||||
text-align:center;
|
text-align:center;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user