SPR-908: QS - file-input

This commit is contained in:
Silke Pisulla 2017-04-07 13:40:49 +02:00
commit 41aeb6900c

View file

@ -12,6 +12,7 @@ form {
margin: 0; margin: 0;
padding: 0; padding: 0;
// multiline label // multiline label
fieldset > label.block > span:first-child { fieldset > label.block > span:first-child {
display: inline-block; display: inline-block;
@ -25,6 +26,7 @@ form {
} }
} }
// older version (history) // older version (history)
.dokuwiki & > .no > ul > li { .dokuwiki & > .no > ul > li {
min-height: 2rem; min-height: 2rem;
@ -139,14 +141,19 @@ keygen:focus {
border-color: #999; border-color: #999;
} }
input[type=radio], input[type="radio"],
input[type=checkbox], input[type="checkbox"],
input[type=image] { input[type="image"] {
padding: 0; padding: 0;
border-style: none; border-style: none;
box-shadow: none; box-shadow: none;
} }
input[type="file"] {
padding-top: .1rem;
padding-bottom: .1rem;
}
/* + + + + + buttons + + + + + */ /* + + + + + buttons + + + + + */
button { button {