summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorChristopher Davis <christopherdavis@gnome.org>2022-07-05 18:39:21 -0400
committerChristopher Davis <christopherdavis@gnome.org>2022-07-07 10:04:50 -0400
commitd9688e111a9f489e3f6d7ab47abf9cad8334859a (patch)
tree6ffed2fe9e2b058fb2484055865a9da6cba58574 /data
parent7b2f92a22e273cd3705512b9edeafbd17aad5966 (diff)
downloadgnome-contacts-d9688e111a9f489e3f6d7ab47abf9cad8334859a.tar.gz
editor-property: Use AdwEntryRow for entries
Depends on https://gitlab.gnome.org/GNOME/libadwaita/-/merge_requests/587
Diffstat (limited to 'data')
-rw-r--r--data/ui/style.css13
1 files changed, 0 insertions, 13 deletions
diff --git a/data/ui/style.css b/data/ui/style.css
index 4e1c971..63be3c8 100644
--- a/data/ui/style.css
+++ b/data/ui/style.css
@@ -74,14 +74,6 @@ flowboxchild.circular {
margin: 12px 12px;
}
- .contacts-editor-property entry.contacts-editor-main-widget image {
- margin: 9px 12px;
- }
-
- .contacts-editor-property entry.contacts-editor-main-widget {
- padding: 4px 6px 4px 0; /* left padding is for the icon */
- }
-
.contacts-editor-property button.contacts-editor-main-widget {
padding: 10px 0;
}
@@ -92,11 +84,6 @@ flowboxchild.circular {
padding-bottom: 6px;
}
- .contacts-editor-address entry,
- .contacts-editor-role entry {
- padding: 6px 3px;
- }
-
/* Widget to edit a birthday (_not_ the row itself) */
.contacts-editor-birthday {
margin: 12px;