Implement client side enable, disable, edit
This commit is contained in:
@@ -10,19 +10,15 @@ tbody tr:nth-child(2n+1) {
|
||||
background-color: #161f27;
|
||||
}
|
||||
|
||||
#upserts {
|
||||
#upsert {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#upserts > textarea {
|
||||
#upsert > textarea {
|
||||
width: 100%;
|
||||
resize: vertical;
|
||||
}
|
||||
|
||||
#upserts > input[name="id"] {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#jobs > tbody > tr > td {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user