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

fix excessive overwrite of mobile sizes defined in core, fix #555

This commit is contained in:
Jan-Christoph Borchardt 2014-07-24 11:46:47 +02:00
parent eef0d2dd51
commit 23056e8c05

View File

@ -56,13 +56,6 @@
border-bottom: 1px solid silver; border-bottom: 1px solid silver;
} }
#app-navigation {
width: 250px;
}
#app-settings {
width: 249px;
}
#app-navigation a.unshare { #app-navigation a.unshare {
float: right; float: right;
} }
@ -73,9 +66,6 @@
width: 180px; width: 180px;
} }
#app-navigation .oc-addnew input[type="text"] {
}
#app-navigation .utils { #app-navigation .utils {
bottom: 0; right: 0; bottom: 0; right: 0;
top: 0; top: 0;
@ -869,22 +859,15 @@ tbody tr.contact.active, tbody tr.contact:hover {
@media screen and (min-width: 1201px) { @media screen and (min-width: 1201px) {
#contactlist tr td.categories { display: none; } #contactlist tr td.categories { display: none; }
#contactsHeader tr td.categories { display: none; } #contactsHeader tr td.categories { display: none; }
#app-navigation .oc-addnew input[type=text] { width: 204px; }
} }
@media screen and (max-width: 1200px) { @media screen and (max-width: 1200px) {
#contactlist tr td.adr { display: none; } #contactlist tr td.adr { display: none; }
#contactsHeader tr td.adr { display: none; } #contactsHeader tr td.adr { display: none; }
#app-navigation { width: 220px; }
#app-navigation .oc-addnew input[type=text] { width: 174px; }
#app-settings { width: 219px; }
.multiselect #contactsHeader { margin-left: 300px; padding-right: 300px; } .multiselect #contactsHeader { margin-left: 300px; padding-right: 300px; }
} }
@media screen and (max-width: 1000px) { @media screen and (max-width: 1000px) {
#contactlist tr td.tel { display: none; } #contactlist tr td.tel { display: none; }
#contactsHeader tr td.tel { display: none; } #contactsHeader tr td.tel { display: none; }
#app-navigation { width: 200px; }
#app-navigation .oc-addnew input[type=text] { width: 154px; }
#app-settings { width: 199px; }
.multiselect #contactsHeader { margin-left: 280px; padding-right: 280px; } .multiselect #contactsHeader { margin-left: 280px; padding-right: 280px; }
} }
@media screen and (max-width: 900px) { @media screen and (max-width: 900px) {
@ -894,8 +877,5 @@ tbody tr.contact.active, tbody tr.contact:hover {
#contactlist tr td.email { display: none; } #contactlist tr td.email { display: none; }
#contactlist tr { width: 100%; } #contactlist tr { width: 100%; }
#contactsHeader tr td.email { display: none; } #contactsHeader tr td.email { display: none; }
#app-navigation { width: 170px; }
#app-navigation .oc-addnew input[type=text] { width: 124px; }
#app-settings { width: 169px; }
.multiselect #contactsHeader { margin-left: 250px; padding-right: 250px; } .multiselect #contactsHeader { margin-left: 250px; padding-right: 250px; }
} }