JSDialog: buttons: fix css plus remove unnecessary floats

Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com>
Change-Id: I17f315574af9bdd8a51b43990f31d96384592c8e
This commit is contained in:
Pedro Pinto Silva 2020-12-10 11:28:33 +01:00 committed by pedropintosilva
parent ecbf5e39f7
commit b829f570cc
2 changed files with 2 additions and 10 deletions

View file

@ -1,5 +1,5 @@
.loleaflet-annotation-edit #annotation-cancel,
#table-buttonbox #cancel,
.ui-button-box #cancel,
.cell.jsdialog > button:not(#ok),
.ui-button-box.jsdialog button:not(#ok) {
height: 32px;
@ -14,7 +14,7 @@
.loleaflet-annotation-edit #annotation-save,
#annotation-reply,
#table-buttonbox #ok,
.ui-button-box #ok,
.cell.jsdialog > button,
.ui-button-box.jsdialog button {
height: 32px;

View file

@ -253,14 +253,6 @@ td.jsdialog > [id^='table-box'] {
padding: 2px;
}
#table-buttonbox .autofilter.cell:first-child {
float: right;
}
#table-buttonbox .autofilter.cell:last-child {
float: left;
}
.autofilter-container {
background-color: white;
border: solid 1px silver;