From 3013a87bd251298e9ee58aef6633ff6660dbb6c8 Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Sun, 2 Sep 2012 17:19:45 +0200 Subject: [PATCH] theme: Tweak the padding of #summary-mode Change the padding values of #summary-mode to be 6px on right and left to match the values in .summary-source, which determine the padding between the top and bottom edges of the tray and the items. https://bugzilla.gnome.org/show_bug.cgi?id=682248 --- data/theme/gnome-shell.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css index 968b2cdf8..98a69dd10 100644 --- a/data/theme/gnome-shell.css +++ b/data/theme/gnome-shell.css @@ -1417,15 +1417,11 @@ StButton.popup-menu-item:insensitive { } #summary-mode { - padding: 2px 0px 0px 4px; + padding: 0px 6px 0px 6px; /* same as the values in .summary-source */ height: 60px; spacing: 10px; } -#summary-mode:rtl { - padding: 2px 4px 0px 0px; -} - .summary-source-button { border-radius: 4px; transition-duration: 100;