From 00c78d33e46f2d3631b781f860c3b63039b19514 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Soriano=20S=C3=A1nchez?= Date: Wed, 28 Nov 2012 20:51:56 +0100 Subject: [PATCH] MessageTray, ScreenShield: adjust missed message counter Fix counter size and position and add some padding in ScreenShield notifications to not obscure the items below the missed message counter. https://bugzilla.gnome.org/show_bug.cgi?id=686472 --- data/theme/gnome-shell.css | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css index 0374e5504..c2b69b15b 100644 --- a/data/theme/gnome-shell.css +++ b/data/theme/gnome-shell.css @@ -1532,13 +1532,13 @@ StScrollBar StButton#vhandle:active { .summary-source-counter { background-image: url("summary-counter.svg"); - background-size: 2.5em; + background-size: 2.4em; font-size: 10pt; font-weight: bold; - height: 2.5em; - width: 2.5em; - -shell-counter-overlap-x: 4px; - -shell-counter-overlap-y: 4px; + height: 2.4em; + width: 2.4em; + -shell-counter-overlap-x: 13px; + -shell-counter-overlap-y: 13px; } /* App Switcher */ @@ -2359,16 +2359,21 @@ StScrollBar StButton#vhandle:active { } .screen-shield-notification-source { - padding: 0 24px; + padding: 13px 24px; spacing: 5px; } .screen-shield-notification-label { font-size: 1.2em; font-weight: bold; + padding: 0px 18px; color: #babdb6; } +.screen-shield-notification-count-text { + padding: 0px 18px; +} + /* Remove background from notifications, otherwise opacity is doubled and they look darker */