css edit
This commit is contained in:
@@ -43,5 +43,6 @@ tbody tr:nth-child(2n+1) {
|
||||
background: inherit;
|
||||
min-width: 40%;
|
||||
display: inline-block;
|
||||
white-space: pre;
|
||||
}
|
||||
|
||||
|
||||
@@ -3,9 +3,6 @@
|
||||
<link rel="stylesheet" type="text/css" href="/css/water.css"/>
|
||||
</head>
|
||||
<body>
|
||||
<h1>
|
||||
Firestormy
|
||||
</h1>
|
||||
<details>
|
||||
<summary>Upsert Job</summary>
|
||||
<form id="upsert" action="#" method="get" onsubmit="upsert(); return false;">
|
||||
|
||||
@@ -164,6 +164,8 @@ function getForm() {
|
||||
return document.getElementById("upsert")
|
||||
}
|
||||
|
||||
getForm().reset()
|
||||
|
||||
function getField(name) {
|
||||
var form = getForm()
|
||||
var matches = form.elements[name]
|
||||
|
||||
Reference in New Issue
Block a user