[gnome-themes-standard] nautilus: add a little horizontal padding to pathbar buttons



commit 58c1927c1cf35579c721f38f2f7d073b0feb705b
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Wed Aug 29 18:44:31 2012 -0400

    nautilus: add a little horizontal padding to pathbar buttons
    
    Make them consistent with the file chooser. This is needed because
    Nautilus' pathbar is in a toolbar, so its buttons get this selector in
    gtk-widgets.css
    
    .toolbar .button {
      padding: 1px;
    }
    
    For now, just add a special case for Nautilus, though in the future we
    might want to add a "pathbar" style class.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=682725

 themes/Adwaita/gtk-3.0/gnome-applications.css |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gnome-applications.css b/themes/Adwaita/gtk-3.0/gnome-applications.css
index d41c407..8cbc7ec 100644
--- a/themes/Adwaita/gtk-3.0/gnome-applications.css
+++ b/themes/Adwaita/gtk-3.0/gnome-applications.css
@@ -143,6 +143,10 @@ NautilusNotebook.notebook NautilusQueryEditor .primary-toolbar.toolbar:only-chil
     border-bottom-color: @borders;
 }
 
+.toolbar NautilusPathBar .button {
+    padding: 1px 4px;
+}
+
 /* gedit */
 
 GeditWindow .pane-separator, 



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