CSS tweaks to issue reporter, fixes #42064, #41993, and #42054

This commit is contained in:
Rachel Macfarlane
2018-01-23 16:54:56 -08:00
parent c749624976
commit 6ae8a18cf4
4 changed files with 28 additions and 28 deletions

View File

@@ -104,14 +104,7 @@ body {
}
#block-container {
margin-top: 20px;
}
.block {
margin-bottom: 20px;
}
.block summary {
margin-bottom: 16px;
margin-top: 1em;
}
.block .block-info {
@@ -170,23 +163,29 @@ select, input, textarea {
summary {
border: 1px solid transparent;
padding: 10px;
margin-bottom: 5px;
}
.validation-error {
font-size: 12px;
font-weight: bold;
margin-top: 1em;
}
.caption {
display: inline-block;
font-size: 12px;
vertical-align: middle;
height: 18px;
}
input[type="checkbox"] {
margin-left: 1em;
height: 18px;
width: auto;
display: inline-block;
margin-top: 0;
vertical-align: middle;
}
input:disabled {
@@ -213,7 +212,7 @@ a {
border: 1px solid #be1100;
}
.required-input {
.required-input, .validation-error {
color: #be1100;
}