mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
Make .form-horizontal simple with less CSS classes
This commit is contained in:
parent
dff89ea4e0
commit
071dab01a7
48 changed files with 351 additions and 463 deletions
|
|
@ -28,16 +28,16 @@ label.inline, span.inline {
|
|||
padding: 4px 7px;
|
||||
}
|
||||
|
||||
.alert a {
|
||||
.alert a:not(.close) {
|
||||
text-decoration: underline;
|
||||
color: @warningText;
|
||||
}
|
||||
|
||||
.alert.alert-info a {
|
||||
.alert.alert-info a:not(.close) {
|
||||
color: @infoText;
|
||||
}
|
||||
|
||||
.alert.alert-error a {
|
||||
.alert.alert-error a:not(.close) {
|
||||
color: @errorText;
|
||||
}
|
||||
|
||||
|
|
@ -45,11 +45,13 @@ label.inline, span.inline {
|
|||
@media screen and (max-width: 999px) {
|
||||
.form-horizontal {
|
||||
.control-group {
|
||||
.control-label {
|
||||
> label {
|
||||
text-align: left;
|
||||
}
|
||||
.controls {
|
||||
margin-left: 10px;
|
||||
|
||||
// Move over all input controls and content
|
||||
> *:not(label) {
|
||||
margin-left: 20px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue