1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2024-12-01 13:24:10 +01:00

fix Contacts header left positioning for new layout

This commit is contained in:
Jan-Christoph Borchardt 2013-01-28 13:15:36 +01:00
parent 87ac0c22b4
commit a6090abf43

View File

@ -98,7 +98,7 @@
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
position: fixed;
padding: 0; margin:0;
top:3.5em; left: 12.5em;
top:3.5em;
height: 4em; width: 20em;
border-bottom: 1px solid #DDDDDD;
border-right: 1px solid #DDDDDD;
@ -444,7 +444,7 @@ input[type="checkbox"].propertytype { width: 10px; }
position: fixed;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
padding: 0; margin:0;
top:3.5em; left: 32.5em; right: 0; height: 4em;
top:3.5em; left:25em; right: 0; height: 4em;
border-bottom: 1px solid #DDDDDD; z-index: 50;
}
#contactsheader div.actions {