mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-36631 usability: Core edit for new messaging icons
This commit is contained in:
parent
00a398fbc6
commit
f2bba619b3
3 changed files with 18 additions and 24 deletions
|
@ -60,6 +60,10 @@ table.message .searchresults td {padding:5px;}
|
|||
.messagesearchresults {margin-bottom:40px;}
|
||||
.messagesearchresults td {padding:0px 10px 0px 20px;}
|
||||
.messagesearchresults td span {white-space:nowrap;}
|
||||
.messagesearchresults td img.userpicture { padding-right: .45em; vertical-align: text-bottom; }
|
||||
.dir-rtl .messagesearchresults td img.userpicture { padding-left: .45em; padding-right: 0; }
|
||||
.messagesearchresults td span img { padding: 0 0 0 .45em; vertical-align: text-bottom; }
|
||||
.dir-rtl .messagesearchresults td span img { padding: 0 .45em 0 0; }
|
||||
|
||||
#newmessageoverlay {background-color:LightGrey;border:1px solid black;padding:20px;position:fixed;bottom:0;right:0;}
|
||||
#newmessageoverlay #usermessage {padding:10px;}
|
||||
|
|
|
@ -8,6 +8,7 @@ required changes:
|
|||
|
||||
deprecation:
|
||||
* i/roles: Use t/assignroles instead
|
||||
* t/userblue: Previously used to unblock a user, use t/unblock.
|
||||
|
||||
optional changes:
|
||||
* new optional boolean parameter $withlinks for public function login_info() in lib/outputrenderers.php (MDL-31365)
|
||||
|
@ -20,6 +21,8 @@ optional changes:
|
|||
* new icon t/cohorts (sized 12x12), to prevent the use of i/cohorts which is 16x16.
|
||||
* new icons t/sort_asc, t/sort_desc to use for ordering in table headers.
|
||||
* new class 'iconsort' for icons used for ordering in table headers.
|
||||
* new icons t/addcontact, t/removecontact and t/messages, previously t/addgreen, t/delete and t/log were used in messaging.
|
||||
* new icons t/unblock and i/twoway.
|
||||
|
||||
=== 2.3 ===
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue