manage map updates in control panel
This commit is contained in:
parent
84fd2b0011
commit
e170e128bc
11 changed files with 258 additions and 6 deletions
|
@ -920,6 +920,32 @@ ul.messages li.alert-danger {
|
|||
vertical-align: top;
|
||||
}
|
||||
|
||||
.filter-form {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.filter-form input, .filter-form select {
|
||||
width: auto;
|
||||
vertical-align: top;
|
||||
}
|
||||
.filter-form input[type=number] {
|
||||
width: 100px;
|
||||
}
|
||||
|
||||
.columns {
|
||||
display:flex;
|
||||
width: 100%;
|
||||
}
|
||||
.columns > div {
|
||||
padding-right: 10px;
|
||||
flex-grow: 1;
|
||||
}
|
||||
.columns > div > h4:first-child {
|
||||
margin-top: 0;
|
||||
}
|
||||
.columns form {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
main.control p {
|
||||
margin-bottom: 1.0rem;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue