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 @@