From 8c4b34de4ecec0b48d7c58b57a013fbe9c4cec2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Thu, 25 Oct 2012 17:49:29 +0200 Subject: [PATCH] messageTray: Fix close button position in RTL locales --- data/theme/gnome-shell.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css index 1fd80ac46..85e80b1cf 100644 --- a/data/theme/gnome-shell.css +++ b/data/theme/gnome-shell.css @@ -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); }