[gnome-calendar] theme: reduce vertical padding



commit ba871e4004f7daa0dc933e76c56d29e550c3a277
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Thu Jan 26 19:28:00 2017 -0200

    theme: reduce vertical padding
    
    This reduces each hour cell's height, and makes more of the
    week grid visible at a glance.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=777767

 data/theme/gtk-styles.css |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/theme/gtk-styles.css b/data/theme/gtk-styles.css
index 45f23a3..605b2b2 100644
--- a/data/theme/gtk-styles.css
+++ b/data/theme/gtk-styles.css
@@ -410,10 +410,10 @@ datechooser day:selected:hover {
 }
 
 .week-view .hours {
-    font-size: 11pt;
+    font-size: 10pt;
     font-weight: normal;
     color: alpha(@theme_fg_color, 0.25);
-    padding: 18px 12px;
+    padding: 8px 12px;
 }
 
 weekgrid.now-strip {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]