Skip to content
This repository has been archived by the owner on Apr 8, 2022. It is now read-only.

Commit

Permalink
MDL-48060 messaging: contact list paging bar style fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Jetha Chan authored and stronk7 committed Mar 4, 2015
1 parent de2f05d commit d10ac16
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
4 changes: 4 additions & 0 deletions theme/base/style/message.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
5 changes: 5 additions & 0 deletions theme/bootstrapbase/less/moodle/message.less
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion theme/bootstrapbase/style/moodle.css

Large diffs are not rendered by default.

0 comments on commit d10ac16

Please sign in to comment.