From 7244cda069ad62755ebd017fffb219cfc3a36f20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szymon=20K=C5=82os?= Date: Wed, 28 Jul 2021 09:55:38 +0200 Subject: [PATCH] jsdialog: fix buttons alignment (update) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Pedro Pinto Silva Signed-off-by: Szymon Kłos Change-Id: I25f85163e1dbdedbff4cdbf29f7a98e30d145cf1 --- loleaflet/css/btns.css | 7 +++++++ loleaflet/css/jsdialogs.css | 10 +--------- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/loleaflet/css/btns.css b/loleaflet/css/btns.css index 4c36ade9b..edb8ae441 100644 --- a/loleaflet/css/btns.css +++ b/loleaflet/css/btns.css @@ -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; } \ No newline at end of file diff --git a/loleaflet/css/jsdialogs.css b/loleaflet/css/jsdialogs.css index d9f0bb32f..1beaa9bcd 100644 --- a/loleaflet/css/jsdialogs.css +++ b/loleaflet/css/jsdialogs.css @@ -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 */