summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-08-28 14:53:19 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-08-28 14:53:19 +0200
commit670493bd8a029d8e3b6ab75778cb2fd0cb16378a (patch)
tree2745cc445e21da851f20337cea12ee98fbf1db4c /css
parent0b5f975b5288e1a9548260f9ac8f47453982f9a7 (diff)
Dav lib 1
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'css')
-rw-r--r--css/ContactDetails.scss (renamed from css/details.scss)1
-rw-r--r--css/Properties/Properties.scss4
-rw-r--r--css/contacts.scss2
3 files changed, 6 insertions, 1 deletions
diff --git a/css/details.scss b/css/ContactDetails.scss
index c8c8a31e..78c453a3 100644
--- a/css/details.scss
+++ b/css/ContactDetails.scss
@@ -121,5 +121,6 @@
/* unquote is a strange hack to avoid removal of the comma by the scss compiler */
grid-template-columns: repeat(auto-fit, minmax(unquote('#{$grid-column-width}'), 1fr));
grid-column-gap: 20px;
+ padding: 0 20px;
}
} \ No newline at end of file
diff --git a/css/Properties/Properties.scss b/css/Properties/Properties.scss
index 30369a80..d7f76afa 100644
--- a/css/Properties/Properties.scss
+++ b/css/Properties/Properties.scss
@@ -31,6 +31,10 @@
&--last {
margin-bottom: $grid-height-unit;
}
+ // no delete icon on addressbook selector
+ &--addressbooks .icon-delete {
+ display: none;
+ }
&__delete {
position: absolute;
diff --git a/css/contacts.scss b/css/contacts.scss
index 0d8ed0e6..883b21fd 100644
--- a/css/contacts.scss
+++ b/css/contacts.scss
@@ -16,6 +16,6 @@ $grid-input-height-with-margin: #{$grid-height-unit - $grid-input-margin * 2};
@import 'settings';
-@import 'details';
+@import 'ContactDetails';
@import './Properties/Properties';
@import './Properties/PropertyTitle'; \ No newline at end of file