[gnome-shell/wip/paging-release2: 6/14] gnome-shell.css: Change all-apps and frequent-view padding to give some space between buttons and th



commit c27e1b8f0f0a3499c7533e4c2bdda2c5e8016260
Author: Carlos Soriano <carlos soriano89 gmail com>
Date:   Tue Aug 20 10:12:19 2013 +0200

    gnome-shell.css: Change all-apps and frequent-view padding to give some space between buttons and the view
    
    Increase the bottom padding between the views and the control buttons
    of the AppDisplay to be more eye pleasant

 data/theme/gnome-shell.css |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index ff242d5..5854af0 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -924,12 +924,11 @@ StScrollBar StButton#vhandle:active {
     padding: 3px 31px;
 }
 
-
 .search-display > StBoxLayout,
-.all-apps > StBoxLayout,
+.all-apps,
 .frequent-apps > StBoxLayout {
     /* horizontal padding to make sure scrollbars or dash don't overlap content */
-    padding: 0px 88px;
+    padding: 0px 88px 10px 88px;
 }
 
 .app-folder-icon {


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