From: Calin Crisan <ccrisan@gmail.com>
Date: Sat, 14 Mar 2015 18:26:16 +0000 (+0200)
Subject: settings panel: added a separator between main and camera settings
X-Git-Url: http://www.vanbest.org/gitweb/?a=commitdiff_plain;h=e454250740e228fe6247ef1c9d5af2ff04b04d45;p=motioneye-debian

settings panel: added a separator between main and camera settings
---

diff --git a/templates/main.html b/templates/main.html
index dbc3f3a..f0904d4 100644
--- a/templates/main.html
+++ b/templates/main.html
@@ -155,7 +155,7 @@
                         <td><span class="help-mark" title="reboots the system">?</span></td>
                     </tr>
                 </table>
-                
+
                 {% for section in main_sections.values() %}
                 {% if section.get('label') and section.get('configs') %}
                 <div class="settings-section-title {% if section['advanced'] %}advanced-setting{% endif %}">
@@ -172,6 +172,10 @@
                 {% endif %}                    
                 {% endfor %}
 
+                <tr class="settings-item advanced-setting">
+                    <td colspan="100"><div class="settings-item-separator" style="margin-bottom: 1.5em;"></div></td>
+                </tr>
+                
                 <div class="settings-section-title">
                     <input type="checkbox" class="styled section device camera-config" id="videoDeviceSwitch">
                     <span class="help-mark" title="enable this if you want to use this camera device">?</span>