Skip to content
GitLab
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
f6d122e3
Commit
f6d122e3
authored
Apr 11, 2020
by
Michał Woźniak
Browse files
working on the menu
parent
d18512f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
index.html
View file @
f6d122e3
...
...
@@ -158,9 +158,11 @@
display
:
block
;
color
:
springgreen
;
}
#site-menu-container
,
#add-site-container
{
width
:
0px
;
}
#site-menu-container
a
,
#add-site-container
>
a
{
font-size
:
250%
;
text-decoration
:
none
;
...
...
@@ -177,12 +179,17 @@
#add-site
.visible
{
display
:
inline-block
;
}
.site-data-container
:nth-of-type
(
6
)
+
#add-site-container
>
#add-site
{
.site-data-container
:nth-of-type
(
7
)
+
#add-site-container
>
#add-site
{
display
:
none
;
}
.site-data-container
:nth-of-type
(
2
)
~
#add-site-container
>
#remove-site
{
.site-data-container
:nth-of-type
(
3
)
~
#add-site-container
>
#remove-site
{
display
:
inline-block
;
}
#site-menu-container
a
#site-menu
{
display
:
inline-block
;
margin-left
:
-1em
;
line-height
:
78%
;
}
#the-chart-container
{
height
:
80vh
;
min-height
:
600px
;
...
...
@@ -308,6 +315,9 @@
</div>
<div
class=
"sources"
><a
href=
"https://github.com/CSSEGISandData/COVID-19"
>
source
</a></div>
<div
id=
"sites-data-container"
>
<div
id=
"site-menu-container"
>
<a
href=
"#site-menu"
id=
"site-menu"
>
☰
</a>
</div>
<div
class=
"site-data-container"
>
<h2><select
class=
"sites-select"
tabindex=
"1"
>
<option
value=
"select one"
>
(select an area)
</option>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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