diff options
Diffstat (limited to 'public')
-rw-r--r-- | public/main.css | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/public/main.css b/public/main.css index c57ae2f..c93be65 100644 --- a/public/main.css +++ b/public/main.css @@ -38,8 +38,13 @@ body { margin-bottom: 2rem; } +.g-Layout__Line { + display: flex; + align-items: center; +} + .g-Layout__Line > *:not(:last-child) { - margin-right: 2rem; + margin-right: 1.5rem; } /* Modal */ @@ -83,6 +88,10 @@ body { font-size: 200%; } +.g-Modal__Close:hover { + background-color: #CCCCCC; +} + /* Context menu */ :root { @@ -139,7 +148,6 @@ body { .g-Autocomplete { position: relative; - margin-bottom: 1rem; } .g-Autocomplete__Input { @@ -206,6 +214,13 @@ body { cursor: default; } +/* Marker form */ + +.g-MarkerForm__Icon { + width: 1rem; + border: 1px solid #EEEEEE; +} + /* Marker icon */ :root { |