mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-15 10:05:40 +02:00
This commit is contained in:
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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user