[recipes] Cosmetics: Avoid big empty space in popovers
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [recipes] Cosmetics: Avoid big empty space in popovers
- Date: Mon, 15 May 2017 13:37:32 +0000 (UTC)
commit 7dcc23d52eb6b23658e50cabd939c4dbb7a73013
Author: Matthias Clasen <mclasen redhat com>
Date: Mon May 15 09:36:46 2017 -0400
Cosmetics: Avoid big empty space in popovers
The headings in popovers don't need 20 pixels of empty
space above them.
src/recipes.css | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/src/recipes.css b/src/recipes.css
index e4f4d94..f8e1d35 100644
--- a/src/recipes.css
+++ b/src/recipes.css
@@ -3,6 +3,10 @@
padding: 20px 0 10px 0;
}
+popover .heading {
+ padding: 0 0 10px 0;
+}
+
label.heading {
font: 16px Cantarell;
font-weight: bold;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]