Node size and line size
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user