[gnome-shell] Increase padding between system status icons



commit f176d890c04b5c727874442558330a70440bf982
Author: Allan Day <allanpday gmail com>
Date:   Tue Aug 27 19:56:41 2013 +0100

    Increase padding between system status icons
    
    Makes the icons easier to read, and increases the size of the
    click target a bit.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=706796

 data/theme/gnome-shell.css |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index 02aa604..5a4b564 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -633,11 +633,12 @@ StScrollBar StButton#vhandle:active {
 
 .panel-status-indicators-box,
 .panel-status-menu-box {
-    spacing: 8px;
+    spacing: 2px;
 }
 
 .system-status-icon {
     icon-size: 1.09em;
+    padding: 0 5px;
 }
 
 .aggregate-menu {


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