[gnome-shell-sass] dateMenu: Move bottom-padding into displays-section



commit d2176f46bd1f6fe1de17617adf00cc48441a3b03
Author: Florian Müllner <fmuellner gnome org>
Date:   Tue Mar 3 02:14:56 2015 +0100

    dateMenu: Move bottom-padding into displays-section
    
    We don't need additional padding when the column contains only the
    calendar.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=745494

 _common.scss |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)
---
diff --git a/_common.scss b/_common.scss
index b3ced7d..3c87457 100644
--- a/_common.scss
+++ b/_common.scss
@@ -721,10 +721,8 @@ StScrollBar {
       margin: 0 1.5em;
     }
 
-    .datemenu-calendar-column {
-      spacing: 0.5em;
-      padding-bottom: 3em;
-    }
+    .datemenu-calendar-column { spacing: 0.5em; }
+    .datemenu-displays-section { padding-bottom: 3em; }
 
     .datemenu-today-button,
     .world-clocks-button,


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