← Back to team overview

elementaryart team mailing list archive

[Bug 782635] Re: Increase right and left margin on each breadcrumb

 

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;
+}
+
+


** Changed in: marlin
       Status: Confirmed => Fix Committed

** Changed in: marlin
     Assignee: (unassigned) => xapantu (xapantu)

-- 
You received this bug notification because you are a member of
elementary desktop team, which is the registrant for Marlin.
https://bugs.launchpad.net/bugs/782635

Title:
  Increase right and left margin on each breadcrumb

Status in Marlin:
  Fix Committed

Bug description:
  on each breadcrumb there should be some right and left margin
  http://i.imm.io/5DIa.jpeg


References