From 2ab7f0f2234c809ee195a75a02fc40f39f9e466c Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Wed, 3 Jun 2015 19:58:36 +0200 Subject: gnome-shell: fix message box fix #15 --- common/gnome-shell/3.16/_common.scss | 1 + common/gnome-shell/3.16/gnome-shell.css | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'common/gnome-shell') 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; } -- cgit v1.2.3