diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2021-03-20 22:30:00 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2021-03-20 22:30:00 +0100 |
| commit | daa1060ce3f953a767b88a1108185a9554d91649 (patch) | |
| tree | 46cf4eefc337faf2314dee9df03ab4b08a4a9efc /frontend/app/views/graph | |
| parent | 19cf3a296741b92548849b1f40e0d3cc517f2fcc (diff) | |
form styling
Diffstat (limited to 'frontend/app/views/graph')
| -rw-r--r-- | frontend/app/views/graph/graph.css | 35 |
1 files changed, 32 insertions, 3 deletions
diff --git a/frontend/app/views/graph/graph.css b/frontend/app/views/graph/graph.css index bfdbe5c..171bb38 100644 --- a/frontend/app/views/graph/graph.css +++ b/frontend/app/views/graph/graph.css @@ -69,6 +69,9 @@ justify-content: flex-start; align-items: center; } +.box form label.checkbox.short span { + padding: 0.125rem 0; +} .box form input[type="checkbox"] { margin-left: 0rem; } @@ -104,6 +107,9 @@ padding: 0.25rem; margin-right: 0; } +.box .single .select { + width: 9.25rem; +} .box .selects label { flex-direction: row; width: 6.5rem; @@ -114,9 +120,9 @@ padding: 0.25rem; } -.box form .single label span, -.box form .pair label span { - min-width: 3rem; +.box form .single label span { + min-width: auto; + width: 4.25rem; padding: 0.25rem 0; } .box .single label { @@ -125,6 +131,11 @@ margin-right: 0.5px; min-width: auto; } + +.box form .pair label span { + min-width: 3rem; + padding: 0.25rem 0; +} .box .pair label { flex-direction: row; width: 6.5rem; @@ -134,10 +145,28 @@ .box .pair input[type=text] { width: 3rem; } + +.box form .single_text label span { + min-width: auto; + width: 6rem; + padding: 0.25rem 0; +} +.box .single_text input[type=text] { + width: 7rem; +} +.box .single_text label { + flex-direction: row; + justify-content: space-between; + width: 100%; + margin-right: 0.5px; + min-width: auto; +} + .box .position { font-size: smaller; margin-bottom: 0.25rem; } + button.box_corner { position: absolute; top: 1.25rem; right: 1.25rem; |
