messageTray: Adjust the position of the close button
Make this closer to the mockups. https://bugzilla.gnome.org/show_bug.cgi?id=682253
This commit is contained in:
@ -615,7 +615,16 @@ StButton.popup-menu-item:insensitive {
|
||||
}
|
||||
|
||||
.notification-close {
|
||||
-shell-close-overlap: 14px;
|
||||
/* we start out in the top right of the
|
||||
* notification, inset.
|
||||
*
|
||||
* center is 32px/2 = 17px
|
||||
*
|
||||
* adjust left 2px
|
||||
* adjust down 8px */
|
||||
|
||||
-shell-close-overlap-x: 15px;
|
||||
-shell-close-overlap-y: 12px;
|
||||
}
|
||||
|
||||
.window-close:rtl {
|
||||
|
Reference in New Issue
Block a user