[gnome-shell] messageTray: Fix close button position in RTL locales



commit 8c4b34de4ecec0b48d7c58b57a013fbe9c4cec2d
Author: Florian MÃllner <fmuellner gnome org>
Date:   Thu Oct 25 17:49:29 2012 +0200

    messageTray: Fix close button position in RTL locales

 data/theme/gnome-shell.css |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index 1fd80ac..85e80b1 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);
 }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]