source: TFP-WebServer/bin/Mods/Xample_MarkersMod/WebMod/styling.css@ 507

Last change on this file since 507 was 463, checked in by alloc, 2 years 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
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.