diff --git a/view/global.css b/view/global.css index f375e811b2..8f0b06507c 100644 --- a/view/global.css +++ b/view/global.css @@ -452,4 +452,5 @@ td.federation-data { #contact-edit-settings { display: none; + margin: 10px 0; } diff --git a/view/templates/contact_edit.tpl b/view/templates/contact_edit.tpl index 93999a860c..c5012822ec 100644 --- a/view/templates/contact_edit.tpl +++ b/view/templates/contact_edit.tpl @@ -8,91 +8,94 @@
- {{* End of contact-edit-nav-wrapper *}}
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 53d034d865..49754c8389 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -1739,10 +1739,6 @@ blockquote.shared_content { /*margin-left: 175px;*/ } -.contact-edit-submit { - margin-top: 20px; -} - .contact-select { position: absolute; top: 64px; left:64px; display:none; } .contact-select:checked, .contact-entry-photo:hover .contact-select { display:block; } diff --git a/view/theme/vier/style.css b/view/theme/vier/style.css index 340d3b6442..47a0bfbabd 100644 --- a/view/theme/vier/style.css +++ b/view/theme/vier/style.css @@ -2986,10 +2986,6 @@ a.mail-list-link { list-style-type: none; } -#contact-edit-settings { - margin-top: 10px; -} - a.btn#contact-edit-actions-button { cursor: pointer; border-radius: 3px; diff --git a/view/theme/vier/templates/contact_edit.tpl b/view/theme/vier/templates/contact_edit.tpl index ce3cfbf808..ef177de07e 100644 --- a/view/theme/vier/templates/contact_edit.tpl +++ b/view/theme/vier/templates/contact_edit.tpl @@ -8,91 +8,94 @@
- {{* End of contact-edit-nav-wrapper *}}