[gnome-shell] Touch up padding again this time with the correct box



commit c9b178b193c788458d4ee15b21a83cad7ebf4126
Author: William Jon McCann <jmccann redhat com>
Date:   Mon Nov 29 14:03:07 2010 -0500

    Touch up padding again this time with the correct box

 data/theme/gnome-shell.css |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index b270182..40dc13c 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -347,12 +347,15 @@ StTooltip StLabel {
 }
 
 #viewSelector {
-    padding: 16px;
     spacing: 16px;
 }
 
+#viewSelectorTabBar {
+    padding: 16px;
+}
+
 #searchArea {
-    padding: 0px 12px;
+    padding: 0px 24px;
 }
 
 #searchEntry {
@@ -491,7 +494,7 @@ StTooltip StLabel {
 }
 
 .all-app {
-    padding: 36px 150px 10px 0px;
+    padding: 16px 250px 10px 16px;
 }
 
 .app-section-divider-container {



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