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



commit 8f902a9379e1ddf2aded98dd842bf574b3533b00
Author: Florian Müllner <fmuellner gnome org>
Date:   Tue Mar 3 02:16:52 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

 data/theme/gnome-shell-high-contrast.css |    4 +++-
 data/theme/gnome-shell-sass              |    2 +-
 data/theme/gnome-shell.css               |    4 +++-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/data/theme/gnome-shell-high-contrast.css b/data/theme/gnome-shell-high-contrast.css
index 730d725..4a98360 100644
--- a/data/theme/gnome-shell-high-contrast.css
+++ b/data/theme/gnome-shell-high-contrast.css
@@ -613,7 +613,9 @@ StScrollBar {
   margin: 0 1.5em; }
 
 .datemenu-calendar-column {
-  spacing: 0.5em;
+  spacing: 0.5em; }
+
+.datemenu-displays-section {
   padding-bottom: 3em; }
 
 .datemenu-today-button,
diff --git a/data/theme/gnome-shell-sass b/data/theme/gnome-shell-sass
index 0ad9776..d2176f4 160000
--- a/data/theme/gnome-shell-sass
+++ b/data/theme/gnome-shell-sass
@@ -1 +1 @@
-Subproject commit 0ad977685ea1856afc791e0a3f88ef2e09f1f91e
+Subproject commit d2176f46bd1f6fe1de17617adf00cc48441a3b03
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index 117504f..2c2d58c 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -613,7 +613,9 @@ StScrollBar {
   margin: 0 1.5em; }
 
 .datemenu-calendar-column {
-  spacing: 0.5em;
+  spacing: 0.5em; }
+
+.datemenu-displays-section {
   padding-bottom: 3em; }
 
 .datemenu-today-button,


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