mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
MDL-48060 messaging: contact list paging bar style fixup
This commit is contained in:
parent
de2f05d50d
commit
d10ac16a2f
@ -30,6 +30,10 @@ table.message .searchresults td {padding:5px;}
|
||||
width: 24%;
|
||||
float: left;
|
||||
}
|
||||
.message .contactselector .paging {
|
||||
z-index: 1;
|
||||
position: relative;
|
||||
}
|
||||
.message .message-contacts {
|
||||
list-style-type: none;
|
||||
margin: 0;
|
||||
|
@ -48,6 +48,11 @@ table.message .searchresults td {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.message .contactselector .paging {
|
||||
z-index: 1;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.message .message-contacts {
|
||||
list-style-type: none;
|
||||
margin: 0;
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user