diff --git a/index.html b/index.html index 0b33b2a..b1a5394 100644 --- a/index.html +++ b/index.html @@ -1,301 +1,299 @@
Most fields are optional. Mandatory fields will be highlighted when generating Codemeta.
diff --git a/style.css b/style.css index b54368e..2d51569 100644 --- a/style.css +++ b/style.css @@ -1,61 +1,66 @@ /** * Copyright (C) 2019 The Software Heritage developers * See the AUTHORS file at the top-level directory of this distribution * License: GNU Affero General Public License version 3, or any later version * See top-level LICENSE file for more information */ .person { display: inline-block; } #inputForm { max-width: 100%; display: flex; flex-wrap: wrap; } /* A fieldset that contains only label/input pairs */ .leafFieldset { flex: auto; } +p input, p textarea { + width: 100%; + box-sizing: border-box; +} + .dynamicFields { width: 100%; } #license { /* License names are long */ min-width: 20em; } #funding { /* Funding names are long */ min-width: 20em; } input[type=URL] { /* URLs are longer than the other fields */ min-width: 20em; } .field-description { color : rgb(100, 104, 103); font-size: small; } #codemetaText { width: 100%; min-height: 10em; border: 1px solid black; } #errorMessage { color: red; } input:invalid { color: red; }