jsdialog: fix buttons alignment (update)
Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com> Signed-off-by: Szymon Kłos <szymon.klos@collabora.com> Change-Id: I25f85163e1dbdedbff4cdbf29f7a98e30d145cf1
This commit is contained in:
parent
d8621b950b
commit
7244cda069
2 changed files with 8 additions and 9 deletions
|
@ -76,6 +76,13 @@
|
|||
display: initial !important;
|
||||
}
|
||||
|
||||
/* button box */
|
||||
|
||||
.jsdialog.ui-button-box-right {
|
||||
display: flex;
|
||||
float: right;
|
||||
}
|
||||
|
||||
.jsdialog.ui-button-box-left {
|
||||
float: left;
|
||||
}
|
|
@ -363,15 +363,7 @@ input[type='checkbox']:checked.autofilter, .jsdialog input[type='checkbox']:chec
|
|||
cursor: auto;
|
||||
}
|
||||
|
||||
/* button box */
|
||||
|
||||
.jsdialog.ui-button-box-right {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.jsdialog.ui-button-box-left {
|
||||
float: left;
|
||||
}
|
||||
/* buttons: btns.css */
|
||||
|
||||
/* Icon View */
|
||||
|
||||
|
|
Loading…
Reference in a new issue