theme: Make the notifications box match mockups better

Adjust font sizes, spacing and padding, and add a box shadow
to the notifications box.

https://bugzilla.gnome.org/show_bug.cgi?id=685919
This commit is contained in:
Jasper St. Pierre 2012-10-10 18:18:26 -03:00
parent 955b550e95
commit d90bf5c6dc

View File

@ -2247,12 +2247,12 @@ StScrollBar StButton#vhandle:active {
} }
.screen-shield-clock-time { .screen-shield-clock-time {
font-size: 86px; font-size: 72pt;
text-shadow: 0px 2px 2px rgba(0,0,0,0.4); text-shadow: 0px 2px 2px rgba(0,0,0,0.4);
} }
.screen-shield-clock-date { .screen-shield-clock-date {
font-size: 48px; font-size: 28pt;
} }
#screenShieldNotifications { #screenShieldNotifications {
@ -2260,11 +2260,12 @@ StScrollBar StButton#vhandle:active {
background-color: rgba(0.0, 0.0, 0.0, 0.9); background-color: rgba(0.0, 0.0, 0.0, 0.9);
border: 2px solid #868686; border: 2px solid #868686;
max-height: 500px; max-height: 500px;
padding: 12px 0; padding: 18px 0;
box-shadow: .5em .5em 20px rgba(0, 0, 0, 0.5);
} }
.screen-shield-notifications-box { .screen-shield-notifications-box {
spacing: 12px; spacing: 18px;
} }
.screen-shield-notification-source { .screen-shield-notification-source {
@ -2275,6 +2276,7 @@ StScrollBar StButton#vhandle:active {
.screen-shield-notification-label { .screen-shield-notification-label {
font-size: 1.2em; font-size: 1.2em;
font-weight: bold; font-weight: bold;
color: #babdb6;
} }
/* Remove background from notifications, otherwise /* Remove background from notifications, otherwise