[recipes/recipes-1.0] Cosmetics: Avoid big empty space in popovers
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [recipes/recipes-1.0] Cosmetics: Avoid big empty space in popovers
- Date: Sun, 21 May 2017 16:59:21 +0000 (UTC)
commit cd5e74981f1964d59c46de90c526335366156454
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 7bbd1b1..ef7c0cc 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]