[gnome-shell] Adjust padding of sources in summary



commit 5fc4d1751c3e080040ac8563c1733b68eccc6be0
Author: Marina Zhurakhinskaya <marinaz redhat com>
Date:   Mon Feb 21 16:29:54 2011 -0500

    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 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index 2aa110f..adf3123 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 {



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