phone styling fix

This commit is contained in:
Your Name 2019-03-07 22:06:46 -08:00
parent dab73998a8
commit 077b663d2a
2 changed files with 5 additions and 3 deletions

View File

@ -11,6 +11,8 @@ button, input[type="submit"], input[type="reset"], input[type="text"], select[ty
font: inherit;
cursor: pointer;
outline: inherit;
-webkit-appearance: none;
border-radius: 0;
}
input[type="text"] {
@ -39,5 +41,5 @@ nav img {
.panel {
min-width: 300px;
margin: 40px 0 0;
flex-grow: 1;
flex-grow: 1;
}

View File

@ -62,8 +62,8 @@ $('body').on('click', '.clear', function(e) {
$(".confidence_intervals").empty()
})
function changeToFlagged() {
var f = document.getElementsByClassName("flag");
f[0].style.cssText = 'background-color:pink !important' ;