diff --git a/app/assets/images/pictograms/import.svg b/app/assets/images/pictograms/import.svg new file mode 100644 index 0000000..5784da5 --- /dev/null +++ b/app/assets/images/pictograms/import.svg @@ -0,0 +1 @@ + diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index 7c38a6e..18a970b 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -468,3 +468,15 @@ table.items select:focus-visible { .unwrappable { white-space: nowrap; } + + +.buttongrid { + display: grid; + gap: 0.4em; + grid-template-areas: "context empty tools"; + grid-template-columns: auto 1fr auto; + grid-template-rows: max-content; +} +.tools { + grid-area: tools; +} diff --git a/app/views/units/index.html.erb b/app/views/units/index.html.erb index db9e8f4..19177c8 100644 --- a/app/views/units/index.html.erb +++ b/app/views/units/index.html.erb @@ -1,7 +1,9 @@ -