Last change
on this file since 475 was 463, checked in by alloc, 15 months ago |
21.1.16.0 release
Completed OpenAPI specs
Add support to path handlers to register OpenAPI specs
Fixed ItemIconHandler throwing error when requested path contains no dot
|
File size:
206 bytes
|
Rev | Line | |
---|
[463] | 1 | #markers-form {
|
---|
| 2 | display: flex;
|
---|
| 3 | flex-direction: row;
|
---|
| 4 | justify-content: space-between;
|
---|
| 5 | align-items: center;
|
---|
| 6 | margin-top: 1rem;
|
---|
| 7 | margin-bottom: 1rem;
|
---|
| 8 | }
|
---|
| 9 |
|
---|
| 10 | #markers-form label {
|
---|
| 11 | margin-right: 1rem;
|
---|
| 12 | }
|
---|
| 13 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.