Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Michał Woźniak
covid
Commits
03e3788b
Commit
03e3788b
authored
Apr 10, 2020
by
Michał Woźniak
Browse files
some sanity in the chart controls layout
parent
197c6aa9
Changes
1
Show whitespace changes
Inline
Side-by-side
index.html
View file @
03e3788b
...
...
@@ -287,6 +287,10 @@
box-shadow
:
inset
0px
0px
2px
#333
;
font-weight
:
bold
;
}
.chart-config-container
.break
{
flex-basis
:
100%
;
height
:
0
;
}
</style>
</head>
<body>
...
...
@@ -343,6 +347,7 @@
<label
for=
"chart-type-logarithmic"
>
logarithmic
</label>
<label
for=
"chart-type-linear"
>
linear
</label>
</div>
<div
class=
"break"
></div>
<div
class=
"chart-config-group"
>
<p>
Cases:
</p>
<label
for=
"chart-cases-cumulative"
>
cumulative
</label>
...
...
@@ -358,6 +363,7 @@
<label
for=
"chart-values-absolute"
>
absolute
</label>
<label
for=
"chart-values-per-million"
>
per 1M
</label>
</div>
<div
class=
"break"
></div>
<div
class=
"chart-config-group"
>
<p>
Start
</p>
<label
for=
"chart-start-date"
>
on:
<input
type=
"date"
name=
"chart-start-date"
value=
"2020-03-22"
min=
"2020-03-22"
/></label>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment