Increase right and left margin on each breadcrumb

Bug #782635 reported by Adnane Belmadiaf
18
This bug affects 3 people
Affects Status Importance Assigned to Milestone
Marlin
Fix Released
Undecided
xapantu

Bug Description

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

Revision history for this message
Adnane Belmadiaf (daker) wrote :

maybe DanRabbit can give his opinion on this ?

Revision history for this message
ammonkey (am-monkeyd) wrote :

we'll try to implement this via the css theme.

Changed in marlin:
status: New → Confirmed
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;
+}
+
+

Changed in marlin:
status: Confirmed → Fix Committed
assignee: nobody → xapantu (xapantu)
Revision history for this message
Adnane Belmadiaf (daker) wrote :

Well i am not sure it' good to fix that using the css.

Revision history for this message
xapantu (xapantu) wrote :

It is good since each theme can use it own margin, it is easier (and I am sure someone will ask us how change this padding later).

xapantu (xapantu)
Changed in marlin:
milestone: none → 0.1
Revision history for this message
ammonkey (am-monkeyd) wrote :

status fixreleased

Revision history for this message
ammonkey (am-monkeyd) wrote :

 status fixreleased

On 15 April 2013 15:33, am monkeyd <email address hidden> wrote:

> status fixreleased
>

Changed in marlin:
status: Fix Committed → Fix Released
Revision history for this message
ammonkey (am-monkeyd) wrote :

 status fixreleased

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.