Add a 'properties' button in pads to display pad data

This commit is contained in:
yflory
2018-01-09 12:02:56 +01:00
parent 071d385850
commit 65ccfe39ef
6 changed files with 150 additions and 74 deletions

View File

@@ -125,6 +125,8 @@
width: 100%;
}
}
display: flex;
flex-flow: column;
}
width: 100%;
@@ -132,6 +134,8 @@
position: relative;
top: 50%;
transform: translateY(-50%);
max-height: 100%;
display: flex;
> * {
width: 100%;
@@ -148,6 +152,7 @@
padding: @alertify_padding-base;
margin-bottom: @alertify_padding-base;
margin: 0;
overflow: auto;
}
input:not(.form-control), textarea {