source: TFP-WebServer/MarkersMod/WebMod/styling.css@ 502

Last change on this file since 502 was 460, checked in by alloc, 2 years ago

More OpenAPI specs added
OpenAPI specs cleanup to have everything validate fine
Added CORS support to API endpoints

File size: 206 bytes
Line 
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.