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:
Szymon Kłos 2021-07-28 09:55:38 +02:00 committed by Szymon Kłos
parent d8621b950b
commit 7244cda069
2 changed files with 8 additions and 9 deletions

View file

@ -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;
}

View file

@ -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 */