diff --git a/css/area_forms.less b/css/area_forms.less index 89ee21b..6469546 100644 --- a/css/area_forms.less +++ b/css/area_forms.less @@ -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 {