mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
parent
a12482fcad
commit
e7d78f003c
@ -22,6 +22,11 @@ input, select, textarea {
|
|||||||
width: 320px;
|
width: 320px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input[type="checkbox"],
|
||||||
|
input[type="submit"] {
|
||||||
|
width: initial;
|
||||||
|
}
|
||||||
|
|
||||||
form {
|
form {
|
||||||
// Disable icons for the moment
|
// Disable icons for the moment
|
||||||
i {
|
i {
|
||||||
@ -29,6 +34,21 @@ form {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO(el): .form-inline control-group { display: inline-block; }
|
||||||
|
form.inline {
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.form-controls {
|
||||||
|
margin-left: 160px;
|
||||||
|
}
|
||||||
|
|
||||||
|
button,
|
||||||
|
input[type="submit"] {
|
||||||
|
.button();
|
||||||
|
}
|
||||||
|
|
||||||
.control-label {
|
.control-label {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
font-size: @font-size-small;
|
font-size: @font-size-small;
|
||||||
|
@ -122,8 +122,3 @@ a.button {
|
|||||||
height: 16px;
|
height: 16px;
|
||||||
width: 16px;
|
width: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO(el): .form-inline control-group { display: inline-block; }
|
|
||||||
form.inline {
|
|
||||||
display: inline-block;
|
|
||||||
}
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user