Node size and line size

This commit is contained in:
2017-08-13 00:24:56 -04:00
parent 9189522af7
commit 71459734e3
3 changed files with 109 additions and 29 deletions

View File

@@ -13,14 +13,15 @@ html, button {
}
button {
background-color: #2e2e2e;
background-color: rgba(46, 46, 46, 0.2);
border-color: #4a4a4a;
color: #fafafa;
padding: 2px;
padding: 3px;
}
td, th {
padding: 2px 5px;
font-size: 10pt;
}
form input, form button {
@@ -29,9 +30,16 @@ form input, form button {
}
form label, form label strong {
overflow: auto;
display: inline-block;
margin-right: 10px;
}
form label strong {
display: inline-block;
width: 100px;
}
input {
color: white;
background-color: #2e2e2e;