mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-11 18:02:28 +03:00
This commit is contained in:
Vendored
+6
-1
@@ -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