[dconf-editor] CSS formating.
- From: Arnaud Bonatti <arnaudb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [dconf-editor] CSS formating.
- Date: Tue, 10 Jan 2017 06:46:37 +0000 (UTC)
commit 3f9a5ed9315426b4dad8d2434684e1c57b1db27f
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date: Tue Jan 10 07:46:25 2017 +0100
CSS formating.
editor/dconf-editor.css | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/editor/dconf-editor.css b/editor/dconf-editor.css
index cf28acb..adfa444 100644
--- a/editor/dconf-editor.css
+++ b/editor/dconf-editor.css
@@ -182,32 +182,32 @@
\*/
/* cool list background and padding */
-list.properties-list {
+ list.properties-list {
background-color:initial;
padding:0.3em 0;
}
-list.properties-list > row { /* TODO what? */
+ list.properties-list > row { /* TODO what? */
padding:0 6px; /* align on headerbar's buttons */
}
/* rows usual height */
-list.properties-list > row > grid > label {
+ 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 {
+.small-rows list.properties-list > row > grid > label {
padding-top:0.3rem;
padding-bottom:0.3rem;
}
/* rows content placement */
-list.properties-list > row > grid > :first-child {
+ list.properties-list > row > grid > :first-child {
min-width:12.5rem;
}
-list.properties-list:dir(ltr) > row > grid > label { padding-right:1em; }
-list.properties-list:dir(rtl) > row > grid > label { padding-left:1em; }
+ list.properties-list:dir(ltr) > row > grid > label { padding-right:1em; }
+ list.properties-list:dir(rtl) > row > grid > label { padding-left:1em; }
/*\
* * text formating
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]