From ee7e46fbf69ba004a7802e60731e1ae07d646d75 Mon Sep 17 00:00:00 2001 From: Giovanni Campagna Date: Fri, 8 Oct 2010 19:44:03 +0200 Subject: [PATCH] Solve spacing issue in system status area Shell implemented indicators got padding from default button style, and also spacing from their container, so too much space was left between them. This only became apparent when more than one was implemented, though. --- data/theme/gnome-shell.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css index 9cd879c6e..981b9743b 100644 --- a/data/theme/gnome-shell.css +++ b/data/theme/gnome-shell.css @@ -235,10 +235,6 @@ StTooltip { spacing: 4px; } -#statusTray { - spacing: 14px; -} - #legacyTray { spacing: 14px; padding-left: 14px;