From 8f902a9379e1ddf2aded98dd842bf574b3533b00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Tue, 3 Mar 2015 02:16:52 +0100 Subject: [PATCH] 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 730d72576..4a98360f7 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 0ad977685..d2176f46b 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 117504f85..2c2d58cb1 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,