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
This commit is contained in:
Florian Müllner 2017-03-01 18:13:15 +01:00
parent 60a2794c8b
commit 3d399796a6
3 changed files with 7 additions and 1 deletions

View File

@ -738,6 +738,9 @@ StScrollBar {
.datemenu-displays-section {
padding-bottom: 3em; }
.datemenu-displays-box {
spacing: 1em; }
.datemenu-today-button,
.world-clocks-button,
.weather-button,

@ -1 +1 @@
Subproject commit c2e4db4980c4f99a237d20186dcd7f265a83cb6b
Subproject commit 46697744a622a21955a6e16c7e161d2422bc0768

View File

@ -738,6 +738,9 @@ StScrollBar {
.datemenu-displays-section {
padding-bottom: 3em; }
.datemenu-displays-box {
spacing: 1em; }
.datemenu-today-button,
.world-clocks-button,
.weather-button,