[gnome-shell/wip/fmuellner/notification-redux: 45/82] wip: Style updates



commit b6ef9c5e270252d6905d37aaec09aef548377dd4
Author: Florian Müllner <fmuellner gnome org>
Date:   Wed Feb 11 23:22:15 2015 +0100

    wip: Style updates

 data/theme/gnome-shell.css |   28 +++++++++++++++++++---------
 1 files changed, 19 insertions(+), 9 deletions(-)
---
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index a918ec5..d840999 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -1491,6 +1491,10 @@ StScrollBar StButton#vhandle:active {
     background-color: #4c4c4c;
 }
 
+.event-grid {
+    spacing-columns: 6px;
+}
+
 .event-title {
     font-weight: bold;
 }
@@ -1544,11 +1548,10 @@ StScrollBar StButton#vhandle:active {
     padding-right: 8pt;
 }
 
-.message-list-section {
-    spacing: 6px;
-}
-
-.message-list-section-title-box {
+.message-list-sections,
+.message-list-section,
+.message-list-section-title-box,
+.message-list-section-list {
     spacing: 6px;
 }
 
@@ -1561,10 +1564,6 @@ StScrollBar StButton#vhandle:active {
     background-color: #999999;
 }
 
-.message-list-section-list {
-    spacing: 6px;
-}
-
 .message-list-section-close > StIcon {
     icon-size: 16px;
     color: rgba(0, 0, 0, 0.9);
@@ -1576,6 +1575,17 @@ StScrollBar StButton#vhandle:active {
     background-color: #4c4c4c;
 }
 
+.notification-banner {
+    border-radius: 5px;
+    background: rgba(0,0,0,0.9);
+    padding: 8px;
+    margin: 5px;
+    spacing-rows: 4px;
+    spacing-columns: 10px;
+    font-size: 11pt;
+    width: 34em;
+}
+
 /* Message Tray */
 
 #message-tray {


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