[dconf-editor] People using small rows do not like padding.
- From: Arnaud Bonatti <arnaudb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [dconf-editor] People using small rows do not like padding.
- Date: Tue, 19 Jul 2016 13:37:53 +0000 (UTC)
commit a40a6ed91363fefbb9eb3cfeef8ce35393ac010a
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date: Tue Jul 19 15:37:30 2016 +0200
People using small rows do not like padding.
editor/dconf-editor.css | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/editor/dconf-editor.css b/editor/dconf-editor.css
index 6727af6..d6ab463 100644
--- a/editor/dconf-editor.css
+++ b/editor/dconf-editor.css
@@ -178,6 +178,11 @@ list.properties-list > row > grid > label {
min-height:1.5rem;
padding-top:0.6rem;
padding-bottom:0.6rem;
+ transition:padding-top 0.3s, padding-bottom 0.3s;
+}
+.small-rows list.properties-list > row > grid > label {
+ padding-top:0.3rem;
+ padding-bottom:0.3rem;
}
/* rows content placement */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]