diff options
author | Thomas Tanghus <thomas@tanghus.net> | 2012-05-06 13:49:40 +0200 |
---|---|---|
committer | Thomas Tanghus <thomas@tanghus.net> | 2012-05-06 13:51:16 +0200 |
commit | bede32be2445f609506b018deaa167dfb731399f (patch) | |
tree | 656c7514c8000dce71c6acf3bb20f018cdfd8711 /apps/contacts/css | |
parent | c1019a6e987c3ce4afaa657965aa24f181e95b24 (diff) | |
download | nextcloud-server-bede32be2445f609506b018deaa167dfb731399f.tar.gz nextcloud-server-bede32be2445f609506b018deaa167dfb731399f.zip |
Contacts: Fix for Android browser again, again.
Diffstat (limited to 'apps/contacts/css')
-rw-r--r-- | apps/contacts/css/contacts.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/contacts/css/contacts.css b/apps/contacts/css/contacts.css index 3eb3144bf4b..8323377f298 100644 --- a/apps/contacts/css/contacts.css +++ b/apps/contacts/css/contacts.css @@ -1,9 +1,9 @@ /*dl > dt { font-weight: bold; }*/ -#leftcontent { top: 3.5em !important; } +#leftcontent { top: 3.5em !important; padding: 0; margin: 0; } #rightcontent { top: 3.5em !important; padding-top: 5px; } -#contacts { background: #fff; width: 20em; top: 3.7em; bottom:3em; position: fixed; overflow: auto; } +#contacts { background: #fff; width: 20em; left: 12.5em; top: 3.7em; bottom:3em; position: fixed; overflow: auto; padding: 0; margin: 0; } #bottomcontrols { padding: 0; bottom:0px; height:2.8em; width: 20em; margin:0; background:#eee; border-top:1px solid #ccc; position:fixed; -moz-box-shadow: 0 0 0 #000, -3px 0 7px #000; -webkit-box-shadow: 0 0 0 #000, -3px 0 7px #000; box-shadow: 0 0 0 #000, -3px 0 7px #000;} #contacts_newcontact { float: left; margin: 0.2em 0 0 1em; } #chooseaddressbook { float: right; margin: 0.2em 1em 0 0; } |