mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
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
This commit is contained in:
parent
c176af4da5
commit
5bec5fb6cb
2 changed files with 7 additions and 6 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue