From: Calin Crisan Date: Thu, 15 Aug 2013 18:08:40 +0000 (+0300) Subject: added passwords & more to settings X-Git-Url: http://www.vanbest.org/gitweb/?a=commitdiff_plain;h=dcefd783d218a90c1bef5717b90f8b384196201c;p=motioneye-debian added passwords & more to settings --- diff --git a/static/css/base-site.css b/static/css/base-site.css index 9979e06..4a34975 100644 --- a/static/css/base-site.css +++ b/static/css/base-site.css @@ -134,10 +134,17 @@ span.settings-item-label { font-size: 0.9em; } +div.settings-item-separator { + height: 1px; + border-top: 1px solid #414141; + margin: 5px 0px; +} + select.video-device { padding: 4px 1.5em 4px 4px; vertical-align: middle; font-size: 20px; + width: auto; } div.check-box.section { diff --git a/static/css/ui.css b/static/css/ui.css index faeb43e..ebf0d48 100644 --- a/static/css/ui.css +++ b/static/css/ui.css @@ -69,6 +69,7 @@ div.check-box.on div.check-box-button { /* input box */ +input[type=password].styled, input[type=text].styled { width: 90%; border: 1px solid #2A6C96; @@ -82,10 +83,13 @@ input[type=text].styled { transition: all 0.1s; } +input[type=password].styled:FOCUS, input[type=text].styled:FOCUS { background-color: #414141; } +input[type=password].styled:HOVER, +input[type=password].styled:FOCUS, input[type=text].styled:HOVER, input[type=text].styled:FOCUS { border-color: #3498db; @@ -103,6 +107,7 @@ select.styled { -webkit-appearance: none; -moz-appearance: none; appearance: none; + width: 90%; border: 1px solid #2A6C96; border-radius: 2px; background-color: transparent; diff --git a/templates/base-site.html b/templates/base-site.html index 616d3c9..f90e452 100644 --- a/templates/base-site.html +++ b/templates/base-site.html @@ -42,8 +42,51 @@ ? - Target Directory - + motionEye Username + + ? + + + motionEye Password + + ? + + +
+ + + Storage Device + + + + ? + + + Network Server + + ? + + + Share Username + + ? + + + Share Password + + ? + + + Share Name + + ? + + + Root Directory + ? @@ -55,6 +98,9 @@ ? + +
+ Light Switch Detection @@ -85,6 +131,9 @@ ? + +
+ Video Resolution @@ -248,6 +297,9 @@ ? + +
+ Motion Gap