From: Thomas Tanghus Date: Wed, 4 Jul 2012 11:49:39 +0000 (+0200) Subject: Moved action buttons down to the add field menu. Fixes oc-1155. X-Git-Tag: v4.0.5~39 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f72a11f852052ed3c6f2b6385a48b049ae08e01d;p=nextcloud-server.git Moved action buttons down to the add field menu. Fixes oc-1155. --- diff --git a/apps/contacts/css/contacts.css b/apps/contacts/css/contacts.css index 9aa63f016c1..6163c60630f 100644 --- a/apps/contacts/css/contacts.css +++ b/apps/contacts/css/contacts.css @@ -8,10 +8,10 @@ #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 -3px 3px -3px #000; -webkit-box-shadow: 0 -3px 3px -3px #000; box-shadow: 0 -3px 3px -3px #000;} #contacts_newcontact { float: left; margin: 0.2em 0 0 1em; } #chooseaddressbook { float: right; margin: 0.2em 1em 0 0; } -#actionbar { height: 30px; width: 60px; position: fixed; right: 0px; top: 4em; margin: 0 0 0 0; padding: 0 0 0 0; z-index: 1000; } +#actionbar { position: relative; clear: both; height: 30px;} #contacts_deletecard {position:relative; float:left; background:url('%webroot%/core/img/actions/delete.svg') no-repeat center; } #contacts_downloadcard {position:relative; float:left; background:url('%webroot%/core/img/actions/download.svg') no-repeat center; } -#contacts_propertymenu { clear: both; max-width: 15em; margin: 2em; } +#contacts_propertymenu { clear: left; float:left; max-width: 15em; margin: 2em; } #contacts_propertymenu_button { position:relative;top:0;left:0; margin: 0; } #contacts_propertymenu_dropdown { background-color: #fff; position:relative; right:0; overflow:hidden; text-overflow:ellipsis; /*border: thin solid #1d2d44;*/ -moz-box-shadow:0 0 10px #000; -webkit-box-shadow:0 0 10px #000; box-shadow:0 0 10px #000; -moz-border-radius:0.5em; -webkit-border-radius:0.5em; border-radius:0.5em; -moz-border-radius:0.5em; -webkit-border-radius:0.5em; border-radius:0.5em; } #contacts_propertymenu li { display: block; font-weight: bold; height: 20px; } diff --git a/apps/contacts/templates/part.contact.php b/apps/contacts/templates/part.contact.php index 266fba7ae18..1a103188177 100644 --- a/apps/contacts/templates/part.contact.php +++ b/apps/contacts/templates/part.contact.php @@ -9,10 +9,6 @@ $id = isset($_['id']) ? $_['id'] : ''; -
- - -
@@ -98,19 +94,23 @@ $id = isset($_['id']) ? $_['id'] : '';
-
- - +