messageTray: Put the notification widget in the center

Rather than stretching the entire screen length

https://bugzilla.gnome.org/show_bug.cgi?id=682253
This commit is contained in:
Jasper St. Pierre
2012-08-20 16:32:10 -04:00
parent becaeafeac
commit d721fc2c17
2 changed files with 14 additions and 8 deletions

View File

@@ -1183,12 +1183,15 @@ StButton.popup-menu-item:insensitive {
}
.notification {
font-size: 11pt;
border-radius: 10px 10px 0px 0px;
background: rgba(0,0,0,0.8);
padding: 8px 8px 4px 8px;
spacing-rows: 10px;
spacing-columns: 10px;
}
.notification, #notification-container {
font-size: 11pt;
width: 34em;
}