mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 20:49:20 +03:00
Add pagenator to contact list
Move contacts from plugin back to core
This commit is contained in:
parent
daa958ed44
commit
0ec4fc89d4
44 changed files with 1250 additions and 889 deletions
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
@contacts-popup-left-width: 250px;
|
||||
@contacts-popup-left-width: 270px;
|
||||
|
||||
.b-contacts-content {
|
||||
|
||||
|
|
@ -58,13 +58,28 @@
|
|||
|
||||
.e-search {
|
||||
margin-top: 7px;
|
||||
width: @contacts-popup-left-width - 25;
|
||||
}
|
||||
}
|
||||
|
||||
.b-list-footer-toopbar {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
height: 105px;
|
||||
width: @contacts-popup-left-width;
|
||||
background-color: #eee;
|
||||
.box-shadow(inset 0 1px 0 #ccc);
|
||||
|
||||
.footer-pager {
|
||||
padding: 8px 10px 0 0;
|
||||
}
|
||||
}
|
||||
|
||||
.b-list-content {
|
||||
position: absolute;
|
||||
top: 45px;
|
||||
bottom: 60px;
|
||||
bottom: 105px;
|
||||
left: 0;
|
||||
width: @contacts-popup-left-width;
|
||||
overflow: hidden;
|
||||
|
|
@ -81,6 +96,7 @@
|
|||
font-size: 14px;
|
||||
line-height: 13px;
|
||||
background-color: #fff;
|
||||
.box-shadow(inset 0 -1px 0 #ccc);
|
||||
}
|
||||
|
||||
.listEmptyList, .listEmptyListLoading, .listEmptySearchList {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue