mirror of
https://github.com/owncloudarchive/contacts.git
synced 2024-12-11 22:24:32 +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;
|
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
|
||||||
left: 0;
|
left: 0;
|
||||||
top: 44px;
|
top: 44px;
|
||||||
margin-left: 330px; padding-right: 330px;
|
margin-left: 250px;
|
||||||
|
padding-right: 250px;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
}
|
}
|
||||||
|
@ -266,6 +266,7 @@ OC.notify = function(params) {
|
|||||||
this.$contactListHeader.find('.'+act.join(',.')).css('display', '');
|
this.$contactListHeader.find('.'+act.join(',.')).css('display', '');
|
||||||
} else {
|
} else {
|
||||||
this.$contactListHeader.find('.actions').css('display', 'none');
|
this.$contactListHeader.find('.actions').css('display', 'none');
|
||||||
|
this.$contactListHeader.find('.action').css('display', '');
|
||||||
this.$contactListHeader.find('.name').attr('colspan', '1');
|
this.$contactListHeader.find('.name').attr('colspan', '1');
|
||||||
this.$contactListHeader.find('.info').css('display', '');
|
this.$contactListHeader.find('.info').css('display', '');
|
||||||
this.$contactList.removeClass('multiselect');
|
this.$contactList.removeClass('multiselect');
|
||||||
|
Loading…
Reference in New Issue
Block a user