This commit is contained in:
jokob-sk
2025-03-27 21:23:11 +11:00
parent e996c9eccc
commit 7e5373b2cd
16 changed files with 144 additions and 131 deletions

View File

@@ -1524,10 +1524,11 @@ input[readonly] {
margin:0px;
align-items:center;
border-radius:20px;
width:190px; /* Don't change, smaller causes line break in network view */
display:flex;
/* width:190px; Don't change, smaller causes line break in network view */
/* display:flex; */
flex-direction:column;
justify-content:center;
display: inline-grid;
}
.networkHelpIcon
{
@@ -1597,7 +1598,7 @@ input[readonly] {
.spanNetworkTree {
display: inline-block;
width: 135px;
/* width: 135px; */
white-space: nowrap;
overflow: hidden !important;
text-overflow: ellipsis;
@@ -1871,6 +1872,7 @@ input[readonly] {
.workflows .add-button-wrap .button-container
{
padding-bottom: 5px;
text-align: center;
}
.workflows .actions-list {
@@ -1901,12 +1903,21 @@ input[readonly] {
color: #000;
}
.workflows .button-container button
.workflows .button-container
{
display: inline-table;
display: contents;
text-align: center;
width: 100%;
}
.workflows .panel:hover{
opacity: 1;
}
.workflows .panel{
opacity: 0.8;
}
.workflows .bottom-buttons button
{
margin: 5px;
@@ -1914,8 +1925,8 @@ input[readonly] {
.workflows .button-container
{
padding-right: 5px !important;
padding-left: 5px !important;
padding-right: 0px !important;
padding-left: 0px !important;
}
/* .workflows .condition-list button
@@ -1928,6 +1939,11 @@ input[readonly] {
width:100%;
} */
.workflows .workflow-card
{
display: block;
}
.workflow-card .panel-title
{
padding: 10px;