From 7694fee69d9641c89de2171d025917de5b85e341 Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Wed, 29 Jul 2015 16:49:22 +0200 Subject: fix pathbar padding --- common/gtk-3.0/3.16/gtk-contained-solid-dark.css | 32 ++++++++++-------------- 1 file changed, 13 insertions(+), 19 deletions(-) (limited to 'common/gtk-3.0/3.16/gtk-contained-solid-dark.css') diff --git a/common/gtk-3.0/3.16/gtk-contained-solid-dark.css b/common/gtk-3.0/3.16/gtk-contained-solid-dark.css index a875fa2..f955486 100644 --- a/common/gtk-3.0/3.16/gtk-contained-solid-dark.css +++ b/common/gtk-3.0/3.16/gtk-contained-solid-dark.css @@ -1198,25 +1198,19 @@ GtkComboBox { /************ * Pathbars * ************/ -.path-bar .button:first-child { - padding-left: 8px; } - -.path-bar .button:last-child { - padding-right: 8px; } - -.path-bar .button:only-child { - padding-left: 12px; - padding-right: 12px; } - -.path-bar .button GtkLabel:last-child { - padding-left: 2px; } - -.path-bar .button GtkLabel:first-child { - padding-right: 2px; } - -.path-bar .button GtkLabel:only-child { - padding-right: 0; - padding-left: 0; } +.path-bar .button { + padding-left: 6px; + padding-right: 6px; } + .path-bar .button:only-child { + padding-left: 10px; + padding-right: 10px; } + .path-bar .button GtkLabel:last-child { + padding-left: 2px; } + .path-bar .button GtkLabel:first-child { + padding-right: 2px; } + .path-bar .button GtkLabel:only-child, .path-bar .button GtkLabel { + padding-right: 4px; + padding-left: 4px; } /************** * Tree Views * -- cgit v1.2.3