theme: sync dash padding with OSD

This commit is contained in:
Jakub Steiner 2015-01-13 00:40:42 +01:00 committed by Florian Müllner
parent a27ca0765a
commit 3680f7c814
2 changed files with 2 additions and 2 deletions

View File

@ -777,7 +777,7 @@ StScrollBar {
} }
.dash-item-container > StWidget { .dash-item-container > StWidget {
padding: 4px 8px; padding: 4px;
} }
.dash-label { //osd tooltip .dash-label { //osd tooltip

View File

@ -1317,7 +1317,7 @@ StScrollBar {
height: 24px; } height: 24px; }
.dash-item-container > StWidget { .dash-item-container > StWidget {
padding: 4px 8px; } padding: 4px; }
.dash-label { .dash-label {
border-radius: 7px; border-radius: 7px;