SPR-908: QS - file-input
This commit is contained in:
parent
32f9e6bba2
commit
41aeb6900c
1 changed files with 10 additions and 3 deletions
|
@ -12,6 +12,7 @@ form {
|
|||
margin: 0;
|
||||
padding: 0;
|
||||
|
||||
|
||||
// multiline label
|
||||
fieldset > label.block > span:first-child {
|
||||
display: inline-block;
|
||||
|
@ -25,6 +26,7 @@ form {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
// older version (history)
|
||||
.dokuwiki & > .no > ul > li {
|
||||
min-height: 2rem;
|
||||
|
@ -139,14 +141,19 @@ keygen:focus {
|
|||
border-color: #999;
|
||||
}
|
||||
|
||||
input[type=radio],
|
||||
input[type=checkbox],
|
||||
input[type=image] {
|
||||
input[type="radio"],
|
||||
input[type="checkbox"],
|
||||
input[type="image"] {
|
||||
padding: 0;
|
||||
border-style: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
input[type="file"] {
|
||||
padding-top: .1rem;
|
||||
padding-bottom: .1rem;
|
||||
}
|
||||
|
||||
|
||||
/* + + + + + buttons + + + + + */
|
||||
button {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue