From cfa42f74fe4c474d0011462a2424cb5fdf895bac Mon Sep 17 00:00:00 2001 From: me-no-dev Date: Thu, 12 Mar 2020 19:12:43 +0200 Subject: [PATCH] Add the missing Save button to the web UI for OV5640 --- .../main/www/index_ov5640.html | 56 ++++++++++++++---- .../main/www/index_ov5640.html.gz | Bin 8765 -> 9124 bytes 2 files changed, 44 insertions(+), 12 deletions(-) diff --git a/examples/single_chip/camera_web_server/main/www/index_ov5640.html b/examples/single_chip/camera_web_server/main/www/index_ov5640.html index 2d1cf8f..a6c01f9 100644 --- a/examples/single_chip/camera_web_server/main/www/index_ov5640.html +++ b/examples/single_chip/camera_web_server/main/www/index_ov5640.html @@ -135,7 +135,7 @@ padding: 0 5px } - button { + button, .button { display: block; margin: 5px; padding: 0 12px; @@ -335,6 +335,17 @@ display: none } + .save { + position: absolute; + right: 25px; + top: 0px; + height: 16px; + line-height: 16px; + padding: 0 4px; + text-decoration: none; + cursor: pointer + } + input[type=text] { border: 1px solid #363636; font-size: 14px; @@ -391,7 +402,7 @@