[gnome-shell] theme: rework lock screen notification layout
- From: Allan Day <allanday src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] theme: rework lock screen notification layout
- Date: Tue, 16 Jul 2013 14:26:21 +0000 (UTC)
commit 0cbdfca14134207b7abde3df9c8de26cb4587eed
Author: Allan Day <allanpday gmail com>
Date: Tue Jul 16 13:48:15 2013 +0100
theme: rework lock screen notification layout
Make the notifications wider and adjust the padding so they
aren't as tall. Also make the corner radius consistent with the
rest of the theme.
This makes the notifications look better, is more space
efficient, and is consistent with the latest mockups.
https://bugzilla.gnome.org/show_bug.cgi?id=702305
data/theme/gnome-shell.css | 17 ++++++++---------
1 files changed, 8 insertions(+), 9 deletions(-)
---
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index 616df71..b651426 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -361,7 +361,8 @@ StScrollBar StButton#vhandle:active {
.modal-dialog-button,
.notification-button,
.hotplug-notification-item,
-.app-view-controls {
+.app-view-controls,
+#screenShieldNotifications {
border-radius: 18px;
}
@@ -2477,29 +2478,27 @@ StScrollBar StButton#vhandle:active {
}
#screenShieldNotifications {
- border-radius: 8px;
max-height: 500px;
- padding: 18px 0;
+ padding: 12px;
}
.screen-shield-notifications-box {
- spacing: 18px;
- max-width: 34em;
+ spacing: 12px;
+ width: 30em;
}
.screen-shield-notification-source {
- padding: 13px 24px;
+ padding: 3px 6px;
spacing: 5px;
}
.screen-shield-notification-label {
- font-size: 1.2em;
font-weight: bold;
- padding: 0px 18px;
+ padding: 0px 0px 0px 12px;
}
.screen-shield-notification-count-text {
- padding: 0px 18px;
+ padding: 0px 0px 0px 12px;
}
/* Remove background from notifications, otherwise
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]