Formular:Artist: Unterschied zwischen den Versionen

Zur Navigation springen Zur Suche springen
Zeile 88: Zeile 88:
 
}  
 
}  
 
#pfForm input[type="checkbox"],
 
#pfForm input[type="checkbox"],
#pfForm input[type="radio"] {  
+
#pfForm input[type="radio"] {
    position: absolute;
 
 
     display: inline-block;  
 
     display: inline-block;  
 
     top: 0;
 
     top: 0;
Zeile 95: Zeile 94:
 
     margin: 0;
 
     margin: 0;
 
     width: 0 !important;  
 
     width: 0 !important;  
 +
    position: relative;
 +
}
 +
#pfForm input[type="checkbox"]::before {
 +
    content: '';
 +
    display: block;
 +
    background: #eee;
 +
    width: 1.15em;
 +
    height: 1.15em;
 +
    position: absolute;
 +
    left: -1.7em;
 +
    top: -0.2em;
 +
    border: 0.1em solid #ccc;
 +
    border-radius: 0.2em;
 +
    box-shadow: 1px 1px 2px 0px #999;
 
}
 
}
 
.q_button {
 
.q_button {

Version vom 19. Juli 2022, 21:05 Uhr

Dies ist das Formular „Artist“. Es definiert eine Abfrage nach Werken von Künstlern. S.a. Vorlage:Artist