tweak input box sizes
This commit is contained in:
+1
-1
@@ -563,7 +563,7 @@ https://discordapp.com/api/webhooks/{WebhookID}/{WebhookToken}
|
|||||||
<label for="flickr_api_key">Flickr API Key: </label>
|
<label for="flickr_api_key">Flickr API Key: </label>
|
||||||
<input name="flickr_api_key" type="text" size="32" value="<?php print($config['FLICKR_API_KEY']);?>"/><br>
|
<input name="flickr_api_key" type="text" size="32" value="<?php print($config['FLICKR_API_KEY']);?>"/><br>
|
||||||
<label for="flickr_filter_email">Only search photos from this Flickr user: </label>
|
<label for="flickr_filter_email">Only search photos from this Flickr user: </label>
|
||||||
<input name="flickr_filter_email" type="email" placeholder="myflickraccount@gmail.com" value="<?php print($config['FLICKR_FILTER_EMAIL']);?>"/><br>
|
<input name="flickr_filter_email" type="email" size="24" placeholder="myflickraccount@gmail.com" value="<?php print($config['FLICKR_FILTER_EMAIL']);?>"/><br>
|
||||||
<p>Set your Flickr API key to enable the display of bird images next to detections. <a target="_blank" href="https://www.flickr.com/services/api/misc.api_keys.html">Get your free key here.</a></p>
|
<p>Set your Flickr API key to enable the display of bird images next to detections. <a target="_blank" href="https://www.flickr.com/services/api/misc.api_keys.html">Get your free key here.</a></p>
|
||||||
</td></tr></table><br>
|
</td></tr></table><br>
|
||||||
<table class="settingstable"><tr><td>
|
<table class="settingstable"><tr><td>
|
||||||
|
|||||||
@@ -422,7 +422,7 @@ if (get_included_files()[0] === __FILE__) {
|
|||||||
</table></form></div>
|
</table></form></div>
|
||||||
|
|
||||||
|
|
||||||
<h3>Today's Detections <?php if($kiosk == false) { ?>— <input autocomplete="off" size="11" type="text" placeholder="Search..." id="searchterm" name="searchterm"><?php } ?></h3>
|
<h3>Today's Detections <?php if($kiosk == false) { ?>— <input autocomplete="off" size="18" type="text" placeholder="Search..." id="searchterm" name="searchterm"><?php } ?></h3>
|
||||||
|
|
||||||
<div style="padding-bottom:10px" id="detections_table"><h3>Loading...</h3></div>
|
<div style="padding-bottom:10px" id="detections_table"><h3>Loading...</h3></div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user