[gnome-shell-sass] telepathyClient: Provide a custom banner implementation



commit 0c60ff062b7132f421674d2944cd0bc519ecbe95
Author: Florian Müllner <fmuellner gnome org>
Date:   Fri Feb 20 16:44:08 2015 +0100

    telepathyClient: Provide a custom banner implementation
    
    Since we stopped special-casing chat notifications to use the old
    notification actor, we need to provide a notification banner to
    maintain the inline chat functionality, so split out the UI from
    the existing ChatNotification class.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=746343

 _common.scss |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/_common.scss b/_common.scss
index ce5996e..68c3681 100644
--- a/_common.scss
+++ b/_common.scss
@@ -1394,8 +1394,10 @@ StScrollBar {
   .secondary-icon { icon-size: 1.09em; }
 
   //chat bubbles
+  .chat-body { spacing: 5px; }
+  .chat-response { margin: 5px; }
   .chat-log-message { color: darken($fg_color,10%); }
-  .chat-empty-line { font-size: 4px; }
+  .chat-new-group { padding-top: 1em; }
   .chat-received {
     padding-left: 4px;
     &:rtl { padding-left: 0px; padding-right: 4px; }
@@ -1412,7 +1414,6 @@ StScrollBar {
     color: darken($fg_color,20%);
     &:rtl { padding-left: 0; padding-right: 4px; }
   }
-  .chat-notification-scrollview { max-height: 22em; }
 
   //hotplug
   .hotplug-transient-box {


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