aboutsummaryrefslogtreecommitdiff
path: root/common/gnome-shell
diff options
context:
space:
mode:
authorHorst31802015-06-03 19:58:36 +0200
committerHorst31802015-06-03 19:58:41 +0200
commit2ab7f0f2234c809ee195a75a02fc40f39f9e466c (patch)
treeb0e7f5ae8606dd02b4b29f1cae6b495ddb732666 /common/gnome-shell
parentb028478692140b94775e5b5cb07e9be53a1d5ae8 (diff)
downloadsolarc-theme-2ab7f0f2234c809ee195a75a02fc40f39f9e466c.tar.gz
solarc-theme-2ab7f0f2234c809ee195a75a02fc40f39f9e466c.tar.xz
solarc-theme-2ab7f0f2234c809ee195a75a02fc40f39f9e466c.zip
gnome-shell: fix message box
fix #15
Diffstat (limited to 'common/gnome-shell')
-rw-r--r--common/gnome-shell/3.16/_common.scss1
-rw-r--r--common/gnome-shell/3.16/gnome-shell.css3
2 files changed, 3 insertions, 1 deletions
diff --git a/common/gnome-shell/3.16/_common.scss b/common/gnome-shell/3.16/_common.scss
index 8eee1d2..5f9d48c 100644
--- a/common/gnome-shell/3.16/_common.scss
+++ b/common/gnome-shell/3.16/_common.scss
@@ -1158,6 +1158,7 @@ StScrollBar {
.message-title {
font-weight: bold;
+ padding: 2px 0 2px 0;
}
.message-content {
padding: 8px;
diff --git a/common/gnome-shell/3.16/gnome-shell.css b/common/gnome-shell/3.16/gnome-shell.css
index 5b02b8e..76e83a9 100644
--- a/common/gnome-shell/3.16/gnome-shell.css
+++ b/common/gnome-shell/3.16/gnome-shell.css
@@ -909,7 +909,8 @@ StScrollBar {
icon-size: 16px; }
.message-title {
- font-weight: bold; }
+ font-weight: bold;
+ padding: 2px 0 2px 0; }
.message-content {
padding: 8px; }