mirror of
https://github.com/jasny/bootstrap.git
synced 2026-04-24 03:00:49 -04:00
18 lines
445 B
Plaintext
18 lines
445 B
Plaintext
// General improvements on form styling for Landscape phone to desktop/tablet
|
|
// --------------------------------------------------------------------------
|
|
|
|
@media (max-width: 480px) {
|
|
// Move over all input controls and content
|
|
.form-horizontal .controls,
|
|
.form-horizontal .well .controls,
|
|
.small-labels .controls {
|
|
margin-left: 0;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 768px) {
|
|
.form-horizontal .form-actions {
|
|
padding-left: 18px;
|
|
}
|
|
}
|