mirror of
https://github.com/picocss/pico.git
synced 2025-04-24 02:16:15 -04:00
Better spacing between form elements
+ Revert better alignement for checkboxes & radios (#07d19a8
)
This commit is contained in:
parent
07d19a8673
commit
6f260e9b74
11 changed files with 28 additions and 28 deletions
|
@ -831,7 +831,7 @@ fieldset {
|
|||
label,
|
||||
fieldset legend {
|
||||
display: block;
|
||||
margin-bottom: 0.125rem;
|
||||
margin-bottom: 0.25rem;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
|
@ -951,7 +951,7 @@ textarea + small {
|
|||
label > input,
|
||||
label > select,
|
||||
label > textarea {
|
||||
margin-top: 0.125rem;
|
||||
margin-top: 0.25rem;
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -967,9 +967,9 @@ label > textarea {
|
|||
width: 1.25rem;
|
||||
height: 1.25rem;
|
||||
margin-right: .375rem;
|
||||
margin-bottom: 0.125rem;
|
||||
margin-bottom: 0.25rem;
|
||||
border-width: 2px;
|
||||
vertical-align: bottom;
|
||||
vertical-align: middle;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
|
2
css/pico.classless.min.css
vendored
2
css/pico.classless.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -1052,7 +1052,7 @@ fieldset {
|
|||
label,
|
||||
fieldset legend {
|
||||
display: block;
|
||||
margin-bottom: 0.125rem;
|
||||
margin-bottom: 0.25rem;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
|
@ -1195,7 +1195,7 @@ textarea + small {
|
|||
label > input,
|
||||
label > select,
|
||||
label > textarea {
|
||||
margin-top: 0.125rem;
|
||||
margin-top: 0.25rem;
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -1211,9 +1211,9 @@ label > textarea {
|
|||
width: 1.25rem;
|
||||
height: 1.25rem;
|
||||
margin-right: .375rem;
|
||||
margin-bottom: 0.125rem;
|
||||
margin-bottom: 0.25rem;
|
||||
border-width: 2px;
|
||||
vertical-align: bottom;
|
||||
vertical-align: middle;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
|
|
@ -827,7 +827,7 @@ fieldset {
|
|||
label,
|
||||
fieldset legend {
|
||||
display: block;
|
||||
margin-bottom: 0.125rem;
|
||||
margin-bottom: 0.25rem;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
|
@ -947,7 +947,7 @@ textarea + small {
|
|||
label > input,
|
||||
label > select,
|
||||
label > textarea {
|
||||
margin-top: 0.125rem;
|
||||
margin-top: 0.25rem;
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -963,9 +963,9 @@ label > textarea {
|
|||
width: 1.25rem;
|
||||
height: 1.25rem;
|
||||
margin-right: .375rem;
|
||||
margin-bottom: 0.125rem;
|
||||
margin-bottom: 0.25rem;
|
||||
border-width: 2px;
|
||||
vertical-align: bottom;
|
||||
vertical-align: middle;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
|
2
css/pico.fluid.classless.min.css
vendored
2
css/pico.fluid.classless.min.css
vendored
File diff suppressed because one or more lines are too long
2
css/pico.min.css
vendored
2
css/pico.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -851,7 +851,7 @@ fieldset {
|
|||
label,
|
||||
fieldset legend {
|
||||
display: block;
|
||||
margin-bottom: 0.125rem;
|
||||
margin-bottom: 0.25rem;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
|
@ -970,7 +970,7 @@ textarea + small {
|
|||
label > input,
|
||||
label > select,
|
||||
label > textarea {
|
||||
margin-top: 0.125rem;
|
||||
margin-top: 0.25rem;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
2
css/pico.slim.min.css
vendored
2
css/pico.slim.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue