diff --git a/form.php b/form.php index 58c222f..969fff3 100644 --- a/form.php +++ b/form.php @@ -92,7 +92,6 @@
" /> -
" /> diff --git a/index.php b/index.php index c832724..1259c7d 100644 --- a/index.php +++ b/index.php @@ -36,6 +36,7 @@ +
diff --git a/kaform.js b/kaform.js index e2ebc9a..8d07a66 100644 --- a/kaform.js +++ b/kaform.js @@ -148,7 +148,7 @@ function getUploadField(rid) data-url="upload.php?row=${rid}" data-url-remove="delete.php" data-progress="true" data-size="40" - data-placeholder="drag!"> + data-placeholder="Datei">
@@ -165,13 +165,13 @@ function getRow(rid,num) { + `${num}` +"" + "" - + `` + + `` + "" + "" - + `` + + `` + "" - + "" - + `` + + "" + + `` + "" + "" + cur @@ -192,7 +192,8 @@ function getRow(rid,num) { ` - `; + + `; } diff --git a/master.css b/master.css index 25368d9..384e48b 100644 --- a/master.css +++ b/master.css @@ -1,9 +1,9 @@ body { margin: auto; padding: 1em; - border: 1px solid red; + border: 0px solid red; max-width: 90em; - min-width: 75em; + min-width: 78em; } @media only screen and (max-width: 767px) { body { @@ -19,14 +19,13 @@ body { } } -input { - width: 50%; +.tab_input { + display: inline; } - -table { - text-align: right; - border: 1px solid red; - background-color: red; +@media only screen and (max-width: 767px) { + .tab_input { + width: 50%; + } } @media only screen and (max-width: 767px) { diff --git a/master.scss b/master.scss index 3387430..47c1b2a 100644 --- a/master.scss +++ b/master.scss @@ -7,9 +7,9 @@ body { margin: auto; padding:1em; - border:1px solid red; + border:0px solid red; max-width:90em; - min-width:75em; + min-width:78em; @include for-mobile { min-width: 2em; padding:0.5em; @@ -23,13 +23,11 @@ fieldset { } } -input { - width:50%; -} -table { - text-align:right; - border:1px solid red; - background-color:red; +.tab_input { + display:inline; + @include for-mobile { + width:50%; + } } h1 {