From 5fc4d1751c3e080040ac8563c1733b68eccc6be0 Mon Sep 17 00:00:00 2001 From: Marina Zhurakhinskaya Date: Mon, 21 Feb 2011 16:29:54 -0500 Subject: [PATCH] Adjust padding of sources in summary Make the right padding bigger and the left padding smaller, so that the boundaries that trigger the accordion effect are more closely associated with corresponding icons. Also slightly decrease the overall padding between sources. --- data/theme/gnome-shell.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css index 2aa110f27..adf31232a 100644 --- a/data/theme/gnome-shell.css +++ b/data/theme/gnome-shell.css @@ -1066,8 +1066,8 @@ StTooltip StLabel { } .summary-source-button { - padding-left: 12px; - padding-right: 12px; + padding-left: 4px; + padding-right: 16px; } .summary-source-button:last-child {