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