mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-31 01:34:09 +02:00
parent
2b0e8803be
commit
818115a7db
@ -20,6 +20,10 @@ input.search {
|
|||||||
background-position: 0em;
|
background-position: 0em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input, select, textarea {
|
||||||
|
width: 320px;
|
||||||
|
}
|
||||||
|
|
||||||
form {
|
form {
|
||||||
// Disable icons for the moment
|
// Disable icons for the moment
|
||||||
i {
|
i {
|
||||||
@ -37,17 +41,13 @@ form {
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding-right: @horizontal-padding;
|
padding-right: @horizontal-padding;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
width: 240px;
|
width: 160px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.control-group {
|
.control-group {
|
||||||
padding: @vertical-padding @horizontal-padding;
|
padding: @vertical-padding @horizontal-padding;
|
||||||
}
|
}
|
||||||
|
|
||||||
select {
|
|
||||||
display: table-cell;
|
|
||||||
}
|
|
||||||
|
|
||||||
button.link,
|
button.link,
|
||||||
input[type="submit"].link {
|
input[type="submit"].link {
|
||||||
// Reset defaults
|
// Reset defaults
|
||||||
|
Loading…
x
Reference in New Issue
Block a user