From 32ccb779c6e683d067b71ca275b32a9d97a1daf0 Mon Sep 17 00:00:00 2001 From: Allan Day Date: Thu, 29 Nov 2012 16:44:40 +0000 Subject: [PATCH] theme: notification improvements Tweak the layout to give more space to action buttons, associate the heading with the body text, and give button labels a regular font weight. https://bugzilla.gnome.org/show_bug.cgi?id=688506 --- data/theme/gnome-shell.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css index 27549074e..634d4cff4 100644 --- a/data/theme/gnome-shell.css +++ b/data/theme/gnome-shell.css @@ -288,13 +288,17 @@ StScrollBar StButton#vhandle:active { .hotplug-notification-item, .hotplug-resident-eject-button, .modal-dialog-button { - font-weight: bold; border: 1px solid #8b8b8b; background-gradient-direction: vertical; background-gradient-start: rgba(255, 255, 255, 0.2); background-gradient-end: rgba(255, 255, 255, 0); } +.dash-search-button, +.modal-dialog-button { + font-weight: bold; +} + .dash-search-button:hover, .notification-button:hover, .notification-icon-button:hover, @@ -1332,7 +1336,7 @@ StScrollBar StButton#vhandle:active { border-radius: 10px 10px 0px 0px; background: rgba(0,0,0,0.9); padding: 8px 8px 4px 8px; - spacing-rows: 10px; + spacing-rows: 4px; spacing-columns: 10px; } @@ -1412,6 +1416,7 @@ StScrollBar StButton#vhandle:active { } .notification-actions { + padding-top: 18px; spacing: 10px; }