1
0
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:
Jan ten Bokkel 2014-08-29 11:07:13 +02:00
parent d367cee448
commit db9de23e77
2 changed files with 3 additions and 1 deletions

View File

@ -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;
}

View File

@ -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');