mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-19 12:49:01 +02:00

* Don't specify action on form - this is best practice and avoids the need to have separate form tags for submit and edit * Add a short introduction to the submit form * Focus first field on load only if first field is empty (avoids doing this focusing on the edit form which is not really useful). Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
123 lines
1.4 KiB
CSS
123 lines
1.4 KiB
CSS
.top-padded {
|
|
padding-top: 65px;
|
|
}
|
|
|
|
textarea {
|
|
width:98%;
|
|
}
|
|
|
|
.rollie {
|
|
|
|
visibility:hidden;
|
|
}
|
|
|
|
.showRollie:hover .rollie{
|
|
|
|
visibility:visible;
|
|
}
|
|
|
|
.back-button {
|
|
|
|
margin-right:2em;
|
|
|
|
}
|
|
|
|
.label a {
|
|
|
|
color:white;
|
|
}
|
|
|
|
.footer {
|
|
text-align: center;
|
|
}
|
|
|
|
.description {
|
|
margin-bottom: 2em;
|
|
}
|
|
|
|
.description p {
|
|
font-size: 1.2em;
|
|
}
|
|
|
|
.description ul {
|
|
font-size: 1.2em;
|
|
}
|
|
|
|
.description li {
|
|
margin-bottom: 0.5em;
|
|
}
|
|
|
|
.dependency-well {
|
|
padding-top: 4px;
|
|
}
|
|
|
|
h1 .btn {
|
|
font-weight: normal;
|
|
}
|
|
|
|
.scrolling {
|
|
height: auto;
|
|
max-height: 120px;
|
|
overflow: auto;
|
|
width: 40.1709%;
|
|
border: 1px solid #DDDDDD;
|
|
padding: 8px;
|
|
}
|
|
|
|
.scrolling td {
|
|
padding: 4px;
|
|
}
|
|
|
|
.scrolling checkbox, label {
|
|
margin: 0px;
|
|
}
|
|
|
|
.submitformintro {
|
|
padding-bottom: 0.75em;
|
|
}
|
|
|
|
.formfields input {
|
|
width: 50%;
|
|
}
|
|
|
|
.formfields textarea {
|
|
width: 50%;
|
|
}
|
|
|
|
#maintainers {
|
|
padding-top: 0.75em;
|
|
}
|
|
|
|
.maintainerform {
|
|
/* Fix slight jumping at end of expand in Firefox */
|
|
padding-top: 1px;
|
|
}
|
|
|
|
.maintainerformfields input {
|
|
width: 25em;
|
|
}
|
|
|
|
.custom-help {
|
|
margin-left: 10px;
|
|
max-width: 40%;
|
|
color: #999;
|
|
vertical-align:top;
|
|
}
|
|
|
|
.errorlist {
|
|
color: #b94a48;
|
|
list-style-type: none;
|
|
margin-left: 0px;
|
|
}
|
|
|
|
.copyable {
|
|
padding-left: 5px;
|
|
padding-right: 3px;
|
|
}
|
|
|
|
.submitbuttons {
|
|
margin-top: 2em;
|
|
padding-top: 1em;
|
|
border-top: 1px solid rgb(238, 238, 238);
|
|
}
|