diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-06-06 23:09:53 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-06-06 23:09:53 +0200 |
| commit | c32c72c3f4640ede867907b4c8de8811a508a6c3 (patch) | |
| tree | 5b49f42a1fd3a780f729f0366713e23abf3fc28b /frontend/views/graph | |
| parent | f2aaff6cac773e6f1b7158ea05b546b1799aecb3 (diff) | |
tiling styles
Diffstat (limited to 'frontend/views/graph')
| -rw-r--r-- | frontend/views/graph/graph.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/frontend/views/graph/graph.css b/frontend/views/graph/graph.css index 60a4c81..04eefe6 100644 --- a/frontend/views/graph/graph.css +++ b/frontend/views/graph/graph.css @@ -42,6 +42,19 @@ align-items: flex-start; margin-bottom: 0.25rem; } +.box form .buttons { + justify-content: space-between; +} +.box form .buttons label { + width: auto; + min-width: auto; +} +.box form .buttons label span { + display: none; +} +.box form .buttons button:last-child { + margin-right: 0; +} .box form label.checkbox { flex-direction: row; justify-content: flex-start; |
