mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-27 12:24:03 +00:00
This commit is contained in:
parent
1d8ff36afa
commit
e23f661f3f
2 changed files with 12 additions and 1 deletions
7
docs/assets/css/bootstrap.css
vendored
7
docs/assets/css/bootstrap.css
vendored
|
|
@ -1700,7 +1700,12 @@ select:focus:invalid:focus {
|
||||||
|
|
||||||
.form-horizontal .row-label {
|
.form-horizontal .row-label {
|
||||||
padding-top: 6px;
|
padding-top: 6px;
|
||||||
text-align: right;
|
}
|
||||||
|
|
||||||
|
@media (min-width: 768px) {
|
||||||
|
.form-horizontal .row-label {
|
||||||
|
text-align: right;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn {
|
.btn {
|
||||||
|
|
|
||||||
|
|
@ -478,6 +478,12 @@ select:focus:invalid {
|
||||||
}
|
}
|
||||||
.row-label {
|
.row-label {
|
||||||
padding-top: 6px;
|
padding-top: 6px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Only right aline form labels here when the columns stop stacking
|
||||||
|
@media (min-width: 768px) {
|
||||||
|
.form-horizontal .row-label {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue