messageTray: Fix close button position in RTL locales

This commit is contained in:
Florian Müllner 2012-10-25 17:49:29 +02:00
parent 93e3559dc3
commit 8c4b34de4e

View File

@ -636,6 +636,13 @@ StScrollBar StButton#vhandle:active {
-shell-close-overlap-y: -12px;
}
.notification-close:rtl {
/* as above, but starting out in the top left of the
* notification. */
-shell-close-overlap-x: -14px;
}
.window-close:rtl {
-st-background-image-shadow: 2px 2px 6px rgba(0,0,0,0.5);
}