From 1a839f860e4df9589e96cbf579e423cd08e21579 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Mon, 10 Dec 2018 11:15:05 +0100 Subject: [PATCH] Fix styling for S/MIME section in edit dialog --- addressbook/templates/default/app.css | 4 +++- addressbook/templates/default/edit.xet | 2 +- addressbook/templates/pixelegg/app.css | 6 ++++++ 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/addressbook/templates/default/app.css b/addressbook/templates/default/app.css index 9a4c6ab1ae..91e0f678a0 100644 --- a/addressbook/templates/default/app.css +++ b/addressbook/templates/default/app.css @@ -135,4 +135,6 @@ select#addressbook-index_col_filter\[tid\] { width: 130px; vertical-align: middle; margin-left: 3px; -} \ No newline at end of file +} +.smime_section_border {border-top: 1px solid #e5e5e5;} +.smime_section_border> * {padding-top: 10px;} \ No newline at end of file diff --git a/addressbook/templates/default/edit.xet b/addressbook/templates/default/edit.xet index 9d19105e0f..59ab7cb30f 100644 --- a/addressbook/templates/default/edit.xet +++ b/addressbook/templates/default/edit.xet @@ -176,7 +176,7 @@ - + diff --git a/addressbook/templates/pixelegg/app.css b/addressbook/templates/pixelegg/app.css index c2ef2745aa..100ad53a6c 100755 --- a/addressbook/templates/pixelegg/app.css +++ b/addressbook/templates/pixelegg/app.css @@ -163,6 +163,12 @@ select#addressbook-index_col_filter\[tid\] { vertical-align: middle; margin-left: 3px; } +.smime_section_border { + border-top: 1px solid #e5e5e5; +} +.smime_section_border > * { + padding-top: 10px; +} @media all { /* #############################################################################