[gnome-shell] theme: adds padding to search-provider-icon



commit b80ce2a32f04dcd887cf7e3fc7a1d0f3b918a202
Author: Tarun Kumar Joshi <tj joshi7 gmail com>
Date:   Wed Jun 26 17:43:46 2013 +0530

    theme: adds padding to search-provider-icon
    
    Adds 15px padding to all sides of provider icon to have padding
    which seems equal to that of list-search-result-content. This aligns the
    provider icon vertically with the search result content.
    
    Padding is set to 15px as list-search-result-content has 12px padding
    and the outer box (list-search-result) has 3px.
    
    http://bugzilla.gnome.org/show_bug.cgi?id=695760

 data/theme/gnome-shell.css |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index 4dae82c..8bf5d26 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -964,6 +964,10 @@ StScrollBar StButton#vhandle:active {
     text-align: center;
 }
 
+.search-provider-icon {
+    padding: 15px;
+}
+
 .app-folder-popup {
     -arrow-border-radius: 8px;
     -arrow-background-color: black;


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