Adwaita: pathbar whitespace

- optically center icons + labels vertically. It isn't actually
  centered, but feels more balanced
- add some left/right padding

https://bugzilla.gnome.org/show_bug.cgi?id=734753
This commit is contained in:
Jakub Steiner 2014-08-29 02:41:33 +02:00 committed by Matthias Clasen
parent 1feeb6bb4d
commit c5d4485a63
3 changed files with 3 additions and 6 deletions

View File

@ -1056,8 +1056,7 @@ GtkComboBox {
************/
.path-bar .button {
padding-left: 4px;
padding-right: 4px;
padding: 7px 6px 5px;
&:first-child { padding-left: 8px; }
&:last-child { padding-right: 8px; }
&:only-child {

View File

@ -1182,8 +1182,7 @@ GtkComboBox {
* Pathbars *
************/
.path-bar .button {
padding-left: 4px;
padding-right: 4px; }
padding: 7px 6px 5px; }
.path-bar .button:first-child {
padding-left: 8px; }
.path-bar .button:last-child {

View File

@ -1174,8 +1174,7 @@ GtkComboBox {
* Pathbars *
************/
.path-bar .button {
padding-left: 4px;
padding-right: 4px; }
padding: 7px 6px 5px; }
.path-bar .button:first-child {
padding-left: 8px; }
.path-bar .button:last-child {