summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorYosef Or Boczko <yoseforb@gmail.com>2013-12-11 22:42:01 +0200
committerYosef Or Boczko <yoseforb@gmail.com>2013-12-11 22:42:01 +0200
commit53b37e8d0cfca11583d599f64642a1ec85c33ee9 (patch)
treec3bc81d1f8bcf2b2b354fcdfc607a6fd645e2949 /data
parentf8eb8adfbeb5517373da6bb75d2b7c267724d5a0 (diff)
endSessionDialog: Align some strings to the right in RTL
https://bugzilla.gnome.org/show_bug.cgi?id=712600
Diffstat (limited to 'data')
-rw-r--r--data/theme/gnome-shell.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index 91fca2d0..1ba82500 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -1944,6 +1944,7 @@ StScrollBar StButton#vhandle:active {
.end-session-dialog-description:rtl {
padding-right: 17px;
+ text-align: right;
}
.end-session-dialog-logout-icon {
@@ -1976,6 +1977,10 @@ StScrollBar StButton#vhandle:active {
font-weight: bold;
}
+.end-session-dialog-list-header:rtl {
+ text-align: right;
+}
+
.end-session-dialog-app-list-item,
.end-session-dialog-session-list-item {
spacing: 1em;