[gnome-shell] theme: notification improvements



commit 32ccb779c6e683d067b71ca275b32a9d97a1daf0
Author: Allan Day <allanpday gmail com>
Date:   Thu Nov 29 16:44:40 2012 +0000

    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 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index 2754907..634d4cf 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;
 }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]