Adwaita: reduce padding on path bars

This commit is contained in:
Lapo Calamandrei 2014-07-22 14:33:44 +02:00
parent 0bb955b30e
commit 5ff1c9a6ef
3 changed files with 43 additions and 0 deletions

View File

@ -914,6 +914,21 @@ GtkComboBox {
}
}
/************
* Pathbars *
************/
.path-bar .button {
padding-left: 4px;
padding-right: 4px;
&:first-child { padding-left: 8px; }
&:last-child { padding-right: 8px; }
&:only-child {
padding-left: 12px;
padding-right: 12px;
}
}
/**************
* Tree Views *
**************/

View File

@ -1067,6 +1067,20 @@ GtkComboBox {
.header-bar {
border-radius: 0; }
/************
* Pathbars *
************/
.path-bar .button {
padding-left: 4px;
padding-right: 4px; }
.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; }
/**************
* Tree Views *
**************/

View File

@ -1059,6 +1059,20 @@ GtkComboBox {
.header-bar {
border-radius: 0; }
/************
* Pathbars *
************/
.path-bar .button {
padding-left: 4px;
padding-right: 4px; }
.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; }
/**************
* Tree Views *
**************/