summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorKalev Lember <kalevlember@gmail.com>2014-02-18 21:49:33 +0100
committerKalev Lember <kalevlember@gmail.com>2014-02-20 00:27:35 +0100
commit5bec5fb6cbb2da2118c7b8ac14e2f83bd872af5b (patch)
tree14c056652763ad0f489dcf98c1566f4c9bdcb291 /data
parentc176af4da5c27e6c20adc5afc7fc4ec79eaa7e9e (diff)
endSessionDialog: Simplify CSS padding handling
... so that we add more items to messageLayout without having to hardcode the same padding in each of the children. https://bugzilla.gnome.org/show_bug.cgi?id=722898
Diffstat (limited to 'data')
-rw-r--r--data/theme/gnome-shell.css10
1 files changed, 5 insertions, 5 deletions
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index 0f0df57b..09921693 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -1948,22 +1948,22 @@ StScrollBar StButton#vhandle:active {
}
.end-session-dialog-subject {
- padding-left: 17px;
padding-bottom: 20px;
}
-.end-session-dialog-subject:rtl {
- padding-left: 0px;
+.end-session-dialog-layout {
+ padding-left: 17px;
+}
+
+.end-session-dialog-layout:rtl {
padding-right: 17px;
}
.end-session-dialog-description {
- padding-left: 17px;
width: 28em;
}
.end-session-dialog-description:rtl {
- padding-right: 17px;
text-align: right;
}