HC: fix pathbar paddings.

See https://bugzilla.gnome.org/show_bug.cgi?id=753397 for
details.
This commit is contained in:
Lapo Calamandrei 2015-09-03 16:46:36 +02:00
parent 1405bcb32d
commit 57894ec55b
2 changed files with 338 additions and 295 deletions

View File

@ -940,6 +940,27 @@ GtkComboBox {
}
}
/************
* Pathbars *
************/
.path-bar .button {
padding: 5px 6px 6px;
&:first-child { padding-left: 8px; }
&:last-child { padding-right: 8px; }
&:only-child {
padding-left: 12px;
padding-right: 12px;
}
// the following is for spacing the icon and the label inside the home button
.label:last-child { padding-left: 2px; }
.label:first-child { padding-right: 2px; }
.label:only-child { padding-right: 0; padding-left: 0; }
GtkImage { padding-top: 1px; }
}
/**************
* Tree Views *
**************/

File diff suppressed because it is too large Load Diff