Add files via upload

master
Manas Khurana 2017-08-24 02:45:43 +05:30 committed by GitHub
parent 0bc674bf9c
commit d150e2de43
1 changed files with 4 additions and 3 deletions

View File

@ -413,7 +413,7 @@ position: relative;
}
#extraContent {
display: none;
height:100%;
height:auto;
}
#extra table {
border-collapse: collapse;
@ -435,7 +435,7 @@ position: relative;
}
.myChart-wrapper {
width:80%;
height:32vw;
height:auto;
}
#showextra {
top:50%;
@ -447,7 +447,6 @@ position: relative;
#hideextra {
display:none;
position:relative;
bottom:10vh;
}
.extrabutton {
border:none;
@ -457,6 +456,8 @@ position: relative;
min-width: 150px;
height:4vw;
width:15vw;
margin-top: 20px;
margin-bottom: 20px;
font-size: 18px;
border-radius:4px;
font-weight:900;