MDL-48060 messaging: contact list paging bar style fixup

This commit is contained in:
Jetha Chan
2015-03-04 17:37:04 +01:00
committed by Eloy Lafuente (stronk7)
parent de2f05d50d
commit d10ac16a2f
3 changed files with 10 additions and 1 deletions
+4
View File
@@ -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