Made some changes for better visualization

This commit is contained in:
jose.gonzalez@pandorafms.com 2022-10-26 16:58:28 +02:00
parent 5e4bf4863c
commit 30fb724359
1 changed files with 12 additions and 3 deletions

View File

@ -1833,6 +1833,11 @@ table.rounded_cells td {
.action-buttons > button {
margin-left: 16px;
}
.toolbox-buttons {
display: flex;
flex-direction: row-reverse;
align-items: center;
}
.right {
text-align: right;
}
@ -9101,7 +9106,7 @@ button.submitButton > div {
button.buttonButton.onlyIcon,
button.submitButton.onlyIcon {
width: 32px;
min-width: 32px;
height: 32px;
border: none;
box-shadow: none;
@ -9239,7 +9244,11 @@ button div.fail {
-webkit-mask: url(../../images/svg/fail.svg) no-repeat center / contain;
}
.ui-dialog-buttonset {
width: 100%;
display: flex;
align-items: center;
justify-content: flex-end;
flex-direction: row;
}
button.ui-button-text-only.ui-widget.sub {
@ -9247,7 +9256,7 @@ button.ui-button-text-only.ui-widget.sub {
justify-content: center;
flex-direction: column;
align-content: center;
min-width: 180px;
width: fit-content;
height: 32px;
font-size: 16px !important;
align-items: center;
@ -9255,7 +9264,7 @@ button.ui-button-text-only.ui-widget.sub {
box-shadow: 0px 3px 6px #c7c7c7;
border-radius: 16px;
cursor: pointer;
padding: 0;
padding: 0 16px;
}
button.ui-button.ui-widget.submit-next {