mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-45282 core_user: fixed up some oddities in the bulk user messaging screen
This commit is contained in:
parent
f8fa440649
commit
f624f56999
5 changed files with 15 additions and 4 deletions
|
@ -180,3 +180,7 @@ table.message .searchresults td {
|
|||
#newmessageoverlay #usermessage {
|
||||
padding: 10px;
|
||||
}
|
||||
/* Widen the plain text editor on the bulk message screen */
|
||||
#page-user-action_redir #edit-messagebody {
|
||||
width:auto;
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue