better css
This commit is contained in:
@@ -55,9 +55,12 @@ h3 {
|
|||||||
text-align:left;
|
text-align:left;
|
||||||
}
|
}
|
||||||
label {
|
label {
|
||||||
|
float:left;
|
||||||
|
width: 40%;
|
||||||
font-weight:bold;
|
font-weight:bold;
|
||||||
}
|
}
|
||||||
input {
|
input {
|
||||||
|
width: 60%;
|
||||||
text-align:center;
|
text-align:center;
|
||||||
font-size:large;
|
font-size:large;
|
||||||
}
|
}
|
||||||
|
|||||||
+12
-1
@@ -42,6 +42,15 @@ a {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
select {
|
||||||
|
font-size:large;
|
||||||
|
width: 60%;
|
||||||
|
}
|
||||||
|
|
||||||
|
select option {
|
||||||
|
font-size:large;
|
||||||
|
}
|
||||||
|
|
||||||
form {
|
form {
|
||||||
text-align:left;
|
text-align:left;
|
||||||
margin-left:20px;
|
margin-left:20px;
|
||||||
@@ -54,9 +63,12 @@ h3 {
|
|||||||
text-align:left;
|
text-align:left;
|
||||||
}
|
}
|
||||||
label {
|
label {
|
||||||
|
float:left;
|
||||||
|
width:40%;
|
||||||
font-weight:bold;
|
font-weight:bold;
|
||||||
}
|
}
|
||||||
input {
|
input {
|
||||||
|
width:60%;
|
||||||
text-align:center;
|
text-align:center;
|
||||||
font-size:large;
|
font-size:large;
|
||||||
}
|
}
|
||||||
@@ -97,7 +109,6 @@ if (file_exists('/home/pi/BirdNET-Pi/thisrun.txt')) {
|
|||||||
<input name="pushed_app_key" type="text" value="<?php print($config['PUSHED_APP_KEY']);?>" /><br>
|
<input name="pushed_app_key" type="text" value="<?php print($config['PUSHED_APP_KEY']);?>" /><br>
|
||||||
<label for="pushed_app_secret">Pushed App Secret: </label>
|
<label for="pushed_app_secret">Pushed App Secret: </label>
|
||||||
<input name="pushed_app_secret" type="text" value="<?php print($config['PUSHED_APP_SECRET']);?>" /><br>
|
<input name="pushed_app_secret" type="text" value="<?php print($config['PUSHED_APP_SECRET']);?>" /><br>
|
||||||
<br>
|
|
||||||
<label for"language">Database Language: </label>
|
<label for"language">Database Language: </label>
|
||||||
<select name="language">
|
<select name="language">
|
||||||
<option value="none">Select your language</option>
|
<option value="none">Select your language</option>
|
||||||
|
|||||||
Reference in New Issue
Block a user