Page MenuHomeSoftware Heritage

style.css
No OneTemporary

style.css

/**
* 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
*/
#noscriptError {
color: red;
}
.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;
}

File Metadata

Mime Type
text/plain
Expires
Tue, Jun 3, 7:41 AM (4 d, 7 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3288722

Event Timeline