summaryrefslogtreecommitdiffstats
path: root/css/public
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2017-02-07 14:50:33 +0100
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2017-08-08 19:31:05 +0200
commit419e052d1d5c2cab539b80ca4e02b86c17740baa (patch)
tree5cde05e37ecd530d16dedc51b03e258037a7ba72 /css/public
parent193dd9cc4f8e959b683cff5b4cba0fe1c8a6b422 (diff)
Import contacts to different addressbook
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'css/public')
-rw-r--r--css/public/style.css22
1 files changed, 20 insertions, 2 deletions
diff --git a/css/public/style.css b/css/public/style.css
index 274a0809..7d415c1c 100644
--- a/css/public/style.css
+++ b/css/public/style.css
@@ -322,7 +322,12 @@ avatar:not(.maximized) .icon-error + img {
}
/* addressbook settings */
-ul.addressBookList > li {
+.settings-section {
+ display: block;
+}
+
+
+ul.addressBookList li {
padding: 6px 0;
display: flex;
align-items: center;
@@ -469,10 +474,23 @@ li.calendar-share-item span.shareeIdentifier {
padding-left: 34px;
background-position: 10px center;
text-align: left;
- margin-bottom: 10px;
+ margin: 0;
display: block;
+ margin-bottom: 0;
+ border-radius: 3px 3px 0 0;
+}
+
+contactimport .select2-container {
+ margin-top: 0;
+ width: 100%;
}
+contactimport .select2-container .select2-choice {
+ height: 100%;
+ line-height: 31px;
+ border-radius: 0 0 3px 3px;
+ border-top: none;
+}
/* Contacts List */
#new-contact-button {