mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 09:36:05 -08:00
wf work
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user