diff options
author | Joris | 2020-08-08 13:41:27 +0200 |
---|---|---|
committer | Joris | 2020-08-08 13:41:27 +0200 |
commit | 3e39f97d844dbe0ff5f57e3977bc220d366d4c0e (patch) | |
tree | bdbe9ab7a5659141f32c477002875796769471f1 /public/main.css | |
parent | 081e6aae57719c15bdbc5e973ca7ddba9506a4bb (diff) |
Show icons in marker form
Diffstat (limited to 'public/main.css')
-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 { |