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;
|
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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue