[gnome-shell] dateMenu: Add some spacing between displays



commit 3d399796a68f6a241aff208f93bd5ac0967924d1
Author: Florian Müllner <fmuellner gnome org>
Date:   Wed Mar 1 18:13:15 2017 +0100

    dateMenu: Add some spacing between displays
    
    Now that we have more than just the "World Clocks" display, it turns
    out we need some spacing between sections.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=779820

 data/theme/gnome-shell-high-contrast.css |    3 +++
 data/theme/gnome-shell-sass              |    2 +-
 data/theme/gnome-shell.css               |    3 +++
 3 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/data/theme/gnome-shell-high-contrast.css b/data/theme/gnome-shell-high-contrast.css
index fdb0d27..60ae691 100644
--- a/data/theme/gnome-shell-high-contrast.css
+++ b/data/theme/gnome-shell-high-contrast.css
@@ -738,6 +738,9 @@ StScrollBar {
 .datemenu-displays-section {
   padding-bottom: 3em; }
 
+.datemenu-displays-box {
+  spacing: 1em; }
+
 .datemenu-today-button,
 .world-clocks-button,
 .weather-button,
diff --git a/data/theme/gnome-shell-sass b/data/theme/gnome-shell-sass
index c2e4db4..4669774 160000
--- a/data/theme/gnome-shell-sass
+++ b/data/theme/gnome-shell-sass
@@ -1 +1 @@
-Subproject commit c2e4db4980c4f99a237d20186dcd7f265a83cb6b
+Subproject commit 46697744a622a21955a6e16c7e161d2422bc0768
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index ed8aa5e..f3cc69c 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -738,6 +738,9 @@ StScrollBar {
 .datemenu-displays-section {
   padding-bottom: 3em; }
 
+.datemenu-displays-box {
+  spacing: 1em; }
+
 .datemenu-today-button,
 .world-clocks-button,
 .weather-button,


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