[gnome-shell-sass] theme - refine the notification list layout



commit fb6aeeaa63912a08e5cf721e6a822df4a463e812
Author: Allan Day <allanpday gmail com>
Date:   Tue Feb 24 17:30:37 2015 +0000

    theme - refine the notification list layout
    
    Small layout changes, to take off some rough edges.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=745095

 _common.scss |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/_common.scss b/_common.scss
index 122aa25..c7444a9 100644
--- a/_common.scss
+++ b/_common.scss
@@ -839,7 +839,7 @@ StScrollBar {
 
       /* Message list */
       .message-list {
-        width: 340px;
+        width: 420px;
       }
 
         .message-list-sections {
@@ -871,10 +871,12 @@ StScrollBar {
         .message {
           background-color: lighten($bg_color,5%);
           &:hover,&:focus { background-color: lighten($bg_color,15%); }
+          border-radius: 3px;
         }
 
           .message-icon-bin {
-            padding: 5px;
+            padding: 8px 0px 8px 8px;
+            &:rtl { padding: 8px 8px 8px 0px; }
           }
 
           .message-icon-bin > StIcon {
@@ -892,9 +894,9 @@ StScrollBar {
           .message-title {
             font-weight: bold;
           }
+
           .message-content {
-            padding: 5px;
-            spacing: 5px;
+            padding: 8px;
           }
 
 


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