forked from AuroraMiddleware/gtk
HC: fix pathbar paddings.
See https://bugzilla.gnome.org/show_bug.cgi?id=753397 for details.
This commit is contained in:
parent
1405bcb32d
commit
57894ec55b
@ -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
Loading…
Reference in New Issue
Block a user