Merge pull request #158 from mcguirepr89/main
getting sqlite caught up to main
This commit is contained in:
@@ -32,6 +32,7 @@ Currently listening in these countries . . . that I know of . . .
|
|||||||
- Norway
|
- Norway
|
||||||
- England
|
- England
|
||||||
- Italy
|
- Italy
|
||||||
|
- Finland
|
||||||
|
|
||||||
If your installation isn't in one of the countries listed above, please let me know so that I can add your country to the list! Let me know either in a GitHub issue, or [email me](mailto:mcguirepr89@gmail.com) and let me know where your BirdNET-Pi is listening.
|
If your installation isn't in one of the countries listed above, please let me know so that I can add your country to the list! Let me know either in a GitHub issue, or [email me](mailto:mcguirepr89@gmail.com) and let me know where your BirdNET-Pi is listening.
|
||||||
|
|
||||||
|
|||||||
+13
-15
@@ -53,7 +53,7 @@ input[type=number] {
|
|||||||
width: calc(50% - 70px);
|
width: calc(50% - 70px);
|
||||||
}
|
}
|
||||||
.second {
|
.second {
|
||||||
width: calc(50% - 30px);
|
width: calc(50% + 70px);
|
||||||
}
|
}
|
||||||
.
|
.
|
||||||
/* Clear floats after the columns */
|
/* Clear floats after the columns */
|
||||||
@@ -71,9 +71,10 @@ a {
|
|||||||
}
|
}
|
||||||
.block {
|
.block {
|
||||||
display: block;
|
display: block;
|
||||||
width:50%;
|
width:40%;
|
||||||
|
margin-left:auto;
|
||||||
border: none;
|
border: none;
|
||||||
padding: 10px 10px;
|
padding: 5px 5px;
|
||||||
font-size: medium;
|
font-size: medium;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@@ -90,23 +91,19 @@ img {
|
|||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
select {
|
|
||||||
font-size:large;
|
|
||||||
width: 60%;
|
|
||||||
}
|
|
||||||
|
|
||||||
select option {
|
select option {
|
||||||
font-size:large;
|
font-size:large;
|
||||||
}
|
}
|
||||||
|
|
||||||
form {
|
select {
|
||||||
margin-left:20px;
|
float:left;
|
||||||
|
display:block;
|
||||||
|
margin-right:auto;
|
||||||
|
font-size:large;
|
||||||
|
width: 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 800px) {
|
@media screen and (max-width: 800px) {
|
||||||
select {
|
|
||||||
width:100%;
|
|
||||||
}
|
|
||||||
h3 {
|
h3 {
|
||||||
margin-bottom:0px;
|
margin-bottom:0px;
|
||||||
text-align:center;
|
text-align:center;
|
||||||
@@ -114,6 +111,7 @@ form {
|
|||||||
form {
|
form {
|
||||||
text-align:left;
|
text-align:left;
|
||||||
margin-left:0px;
|
margin-left:0px;
|
||||||
|
width:100%;
|
||||||
}
|
}
|
||||||
.column {
|
.column {
|
||||||
float: none;
|
float: none;
|
||||||
@@ -154,8 +152,8 @@ $sciname = preg_replace('/ /', '_', $results['Sci_Name']);
|
|||||||
?>
|
?>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
<div class="column">
|
<div class="column second">
|
||||||
<form action="stats.php" method="POST">
|
<form style="margin:0;width:100%;" action="stats.php" method="POST">
|
||||||
<h3>Species Stats</h3>
|
<h3>Species Stats</h3>
|
||||||
<select name="species" >
|
<select name="species" >
|
||||||
<option value="<?php if(isset($_POST['species'])){echo $selection;}?>"><?php if(isset($_POST['species'])){echo $selection;}else{echo "--Choose Species--";}?></option>
|
<option value="<?php if(isset($_POST['species'])){echo $selection;}?>"><?php if(isset($_POST['species'])){echo $selection;}else{echo "--Choose Species--";}?></option>
|
||||||
|
|||||||
Reference in New Issue
Block a user