'
+ '

'
diff --git a/www/public/resources/styles/components/input.css b/www/public/resources/styles/components/input.css
index c3176ba0..f7fd1156 100644
--- a/www/public/resources/styles/components/input.css
+++ b/www/public/resources/styles/components/input.css
@@ -102,6 +102,27 @@ input[type=checkbox].checkbox-warning:not(.onoff-switch-input) {
}
}
+.input-daterangepicker {
+ width: 250px;
+ height: 35px;
+ margin-top: 4px;
+ margin-bottom: 4px;
+ padding: 0 10px;
+ border: none;
+ border-radius: 20px;
+ box-sizing: border-box;
+ font-size: 14px;
+ color: white;
+ background-color:#22384F;
+}
+
+.input-daterangepicker p {
+ line-height: 35px;
+ white-space: nowrap;
+ overflow: hidden;
+ text-overflow: ellipsis;
+}
+
/* Textarea */
textarea {
width: 100%;
diff --git a/www/public/resources/styles/components/label.css b/www/public/resources/styles/components/label.css
index e51b10e4..b61b9e1f 100644
--- a/www/public/resources/styles/components/label.css
+++ b/www/public/resources/styles/components/label.css
@@ -21,6 +21,7 @@
column-gap: 10px;
font-size: 12px;
padding: 4px 10px;
+ margin: 1px;
min-width: 50px;
min-height: 12px;
border-radius: 60px;
diff --git a/www/version b/www/version
index ceda194c..c6823264 100644
--- a/www/version
+++ b/www/version
@@ -1 +1 @@
-6.11.0
\ No newline at end of file
+6.11.1
\ No newline at end of file
diff --git a/www/views/includes/camera/edit/motion-config-form.inc.php b/www/views/includes/camera/edit/motion-config-form.inc.php
index e00f431d..bb5a42e5 100644
--- a/www/views/includes/camera/edit/motion-config-form.inc.php
+++ b/www/views/includes/camera/edit/motion-config-form.inc.php
@@ -56,7 +56,7 @@
= $attributes['title'] ?>
= $param ?>
-

+
= $attributes['description'] ?>
diff --git a/www/views/includes/tables/motion/events.inc.php b/www/views/includes/tables/motion/events.inc.php
index 855331aa..240d62f4 100644
--- a/www/views/includes/tables/motion/events.inc.php
+++ b/www/views/includes/tables/motion/events.inc.php
@@ -170,19 +170,19 @@
-

+