[gnome-shell-sass] messageTray: Move notification banners to the top
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell-sass] messageTray: Move notification banners to the top
- Date: Fri, 20 Feb 2015 16:05:31 +0000 (UTC)
commit 860102c31bda598df340f2d68ea5be18e52da176
Author: Florian Müllner <fmuellner gnome org>
Date: Fri Feb 20 16:40:24 2015 +0100
messageTray: Move notification banners to the top
The new design has banners appear from underneath the panel, so move
them to the top and clip them to the work area.
https://bugzilla.gnome.org/show_bug.cgi?id=744850
_common.scss | 11 +++++------
1 files changed, 5 insertions(+), 6 deletions(-)
---
diff --git a/_common.scss b/_common.scss
index ae668b5..76e725c 100644
--- a/_common.scss
+++ b/_common.scss
@@ -1321,22 +1321,21 @@ StScrollBar {
.notification {
font-size: 11pt;
width: 34em;
- border-radius: 6px 6px 0 0;
+ margin: 5px;
+ border-radius: 6px;
color: $_bubble_fg_color;
background-color: $_bubble_bg_color;
border: 1px solid $borders_color;
- border-bottom-width: 0;
//box-shadow: 0 1px 4px black;
spacing-rows: 4px;
- padding: 8px 8px 4px 8px;
+ padding: 8px;
spacing-columns: 10px;
- &.multi-line-notification { padding-bottom: 8px; }
}
.notification-unexpanded {
// We want to force the actor at a specific size, irrespective
// of its minimum and preferred size, so we override both
- min-height: 36px;
- height: 36px;
+ min-height: 48px;
+ height: 48px;
}
// We use row-span = 2 for the image cell, which prevents its height preferences to be
// taken into account during allocation, so its height ends up being limited by the height
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]