Adwaita: .title and .subtitle paddings

Only set side paddings for title and subtitle classes, we had 0
vertical padding set there, no idea why, so let's find out...
This commit is contained in:
Lapo Calamandrei 2015-04-28 16:52:46 +02:00
parent d7523423d4
commit aa6219db1c
3 changed files with 12 additions and 6 deletions

View File

@ -1110,12 +1110,14 @@ GtkComboBox {
.title {
font-weight: bold;
padding: 0px 12px;
padding-left: 12px;
padding-right: 12px;
}
.subtitle {
font-size: smaller;
padding: 0 12px;
padding-left: 12px;
padding-right: 12px;
@extend .dim-label;
}

View File

@ -1554,11 +1554,13 @@ GtkComboBox {
.titlebar .title,
.header-bar .title {
font-weight: bold;
padding: 0px 12px; }
padding-left: 12px;
padding-right: 12px; }
.titlebar .subtitle,
.header-bar .subtitle {
font-size: smaller;
padding: 0 12px; }
padding-left: 12px;
padding-right: 12px; }
.titlebar .header-bar-separator, .titlebar > GtkBox > .separator.vertical,
GtkPlacesSidebar.sidebar .view .titlebar > GtkBox > .vertical.separator:backdrop,
.header-bar .header-bar-separator,

View File

@ -1554,11 +1554,13 @@ GtkComboBox {
.titlebar .title,
.header-bar .title {
font-weight: bold;
padding: 0px 12px; }
padding-left: 12px;
padding-right: 12px; }
.titlebar .subtitle,
.header-bar .subtitle {
font-size: smaller;
padding: 0 12px; }
padding-left: 12px;
padding-right: 12px; }
.titlebar .header-bar-separator, .titlebar > GtkBox > .separator.vertical,
GtkPlacesSidebar.sidebar .view .titlebar > GtkBox > .vertical.separator:backdrop,
.header-bar .header-bar-separator,