Comment 3 for bug 782635

Revision history for this message
xapantu (xapantu) wrote :

I implemented that:

.marlin-pathbar
{
    padding: 5;
}

It must be inserted after the buttons style.

Patch for egtk:
=== modified file 'gtk-3.0/button.css'
--- gtk-3.0/button.css 2011-05-23 00:34:57 +0000
+++ gtk-3.0/button.css 2011-06-01 15:49:24 +0000
@@ -4,8 +4,7 @@

 .button,
 .primary-toolbar.toolbar.button {
- border-width: 1;
-
+ border-width: 1;
     background-image: -gtk-gradient (linear,
                     left top,
                     left bottom,
@@ -114,3 +113,10 @@
 .primary-toolbar.toolbar.button {
     -GtkButton-inner-border: 5;
 }
+
+.marlin-pathbar
+{
+ padding: 5;
+}
+
+