mirror of
https://github.com/owncloudarchive/contacts.git
synced 2024-12-03 15:24:09 +01:00
Fix header positioning. Make sort order reappear afder deselection.
This commit is contained in:
parent
d367cee448
commit
db9de23e77
@ -596,7 +596,8 @@ fieldset.adr ul li input.label { margin-top: -4px !important; }
|
||||
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
|
||||
left: 0;
|
||||
top: 44px;
|
||||
margin-left: 330px; padding-right: 330px;
|
||||
margin-left: 250px;
|
||||
padding-right: 250px;
|
||||
position: fixed;
|
||||
z-index: 10;
|
||||
}
|
||||
|
@ -266,6 +266,7 @@ OC.notify = function(params) {
|
||||
this.$contactListHeader.find('.'+act.join(',.')).css('display', '');
|
||||
} else {
|
||||
this.$contactListHeader.find('.actions').css('display', 'none');
|
||||
this.$contactListHeader.find('.action').css('display', '');
|
||||
this.$contactListHeader.find('.name').attr('colspan', '1');
|
||||
this.$contactListHeader.find('.info').css('display', '');
|
||||
this.$contactList.removeClass('multiselect');
|
||||
|
Loading…
Reference in New Issue
Block a user