[gnome-calendar] css: year-view sidebar



commit a6bc9da63629961ff9f38b744a6c5b20742a312a
Author: Lapo Calamandrei <calamandrei gmail com>
Date:   Fri Jul 8 01:23:22 2016 +0200

    css: year-view sidebar
    
    add some padding and move no events label down a bit to better line
    up with events in the list.

 data/theme/gtk-styles.css |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/data/theme/gtk-styles.css b/data/theme/gtk-styles.css
index e7aa29e..14274ec 100644
--- a/data/theme/gtk-styles.css
+++ b/data/theme/gtk-styles.css
@@ -159,6 +159,7 @@ calendar-view.second-view-header {
 }
 
 .year-view .sidebar {
+    padding: 4px;
     border: 1px none @borders;
 }
 
@@ -173,6 +174,11 @@ calendar-view.second-view-header {
     border-right-style: solid;
 }
 
+/* no events label */
+.year-view box.sidebar:nth-child(2) {
+    margin-top: 4px;
+}
+
 .year-view button {
     border-radius: 0;
     border-bottom-style: none;


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