a number of updates

This commit is contained in:
Ross
2023-09-08 18:10:42 +01:00
parent 98a874f805
commit 297f8619b4
5 changed files with 198 additions and 105 deletions
+47 -26
View File
@@ -588,6 +588,7 @@ td.user-answer-score-2.rapid-ans::after {
.series-block-popup-link {
font-size: smaller;
}
.series-block-popup-link a {
color: rgb(0, 153, 255);
opacity: 50%;
@@ -758,7 +759,7 @@ input {
.sba-finish-list a {
text-decoration: none;
color: unset;
}
.sba-finish-list span {
@@ -915,7 +916,10 @@ summary h5 {
padding: 0px;
}
button a, button a:link, button a:visited, button a:hover {
button a,
button a:link,
button a:visited,
button a:hover {
text-decoration: none;
color: inherit;
}
@@ -929,17 +933,17 @@ details.filter {
/* Generic default styling for forms */
/* Highlight form errors */
tr:has(.errorlist){
border: 1px dashed red;
tr:has(.errorlist) {
border: 1px dashed red;
}
.errorlist + input {
background-color: red;
color: darkblue;
.errorlist+input {
background-color: red;
color: darkblue;
}
.alert-error {
border: 1px dashed red;
border: 1px dashed red;
}
@@ -954,7 +958,7 @@ tr:has(.errorlist){
opacity: 25%;
}
.control-group:hover .help-block{
.control-group:hover .help-block {
opacity: 100%;
}
@@ -971,7 +975,12 @@ form .submit-button {
margin-bottom: 10px;
}
h1, h2, h3, h4, h5, h6 {
h1,
h2,
h3,
h4,
h5,
h6 {
margin-top: 10px;
}
@@ -986,24 +995,23 @@ h1, h2, h3, h4, h5, h6 {
}
.cid-candidate-list div {
}
.cid-candidate-list div {}
.stamp-white {
display: inline-block;
z-index:1;
font-family:Arial,sans-serif;
transform: rotate(-15deg);
font-size:20px;
color:white;
border:solid 2px white;
padding:5px;
border-radius:5px;
zoom:1;
filter:alpha(opacity=20);
opacity:0.9;
text-shadow: 0 0 2px white;
box-shadow: 0 0 2px white;
display: inline-block;
z-index: 1;
font-family: Arial, sans-serif;
transform: rotate(-15deg);
font-size: 20px;
color: white;
border: solid 2px white;
padding: 5px;
border-radius: 5px;
zoom: 1;
filter: alpha(opacity=20);
opacity: 0.9;
text-shadow: 0 0 2px white;
box-shadow: 0 0 2px white;
}
.self-feedback-block {
@@ -1018,4 +1026,17 @@ h1, h2, h3, h4, h5, h6 {
.collection-name-blend {
opacity: 70%;
font-size: small;
}
.cancel-button {
color: darkblue;
border-color: darkblue;
}
.bulk-edit {
position: sticky;
top: 0px;
background-color: black;
width: 100%;
}