Add 'none' placeholder for empty port label form

This commit is contained in:
Nick O'Leary
2017-05-15 16:26:42 +01:00
parent f97f92c297
commit 5b5f9aa01d
2 changed files with 88 additions and 22 deletions

View File

@@ -297,3 +297,24 @@
position: absolute;
top: -3000px;
}
.node-label-form-row {
margin: 5px 0;
label {
margin-right: 20px;
text-align: right;
width: 30px;
}
button {
margin-left: 10px;
}
input {
width: calc(100% - 100px);
}
}
.node-label-form-none {
span {
padding-left: 50px;
width: 100px;
color: #999;
}
}