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

Change top bar position based on app-navigation width

This commit is contained in:
Thomas Tanghus 2014-02-07 18:07:26 +01:00
parent 2c0c11e862
commit 05a36cbc24

View File

@ -917,6 +917,9 @@ tbody tr.contact.active, tbody tr.contact:hover {
#contactsHeader tr td.tel { display: none; }
#app-navigation { width: 200px; }
#app-settings { width: 199px; }
.multiselect #contactsHeader {
margin-left: 280px; padding-right: 280px;
}
}
@media screen and (max-width: 900px) {
#contactsHeader .delete { display: none; }