diff --git a/admin/index_m.html b/admin/index_m.html
index 105abb9..794bf41 100644
--- a/admin/index_m.html
+++ b/admin/index_m.html
@@ -825,15 +825,15 @@
@@ -1145,25 +1145,25 @@
- active |
- Name |
- Object-ID
+ | Name |
+ Object-ID
|
|
- negativ |
- alarm |
- delay |
- leave |
- inside |
- delay_inside |
- notification |
|
@@ -1205,12 +1205,12 @@
- active |
- Name |
- Object-ID
+ | Name |
+ Object-ID
|
-
+ |
speech_delay |
|
1
@@ -1379,19 +1379,19 @@
- active |
- Name |
- Trigger |
- Name |
- Object-ID
+ | Name |
+ Object-ID
|
|
- values |
+ values |
|
@@ -1416,16 +1416,16 @@
- active |
- Name |
- Object-ID
+ | Name |
+ Object-ID
|
|
- Trigger |
- trigger_values |
- trigger_values |
+ Name |
|
@@ -1575,13 +1575,13 @@
- active |
- Name |
-
+ | Name |
+
Object-ID
|
- negativ |
|
|
@@ -1611,13 +1611,13 @@
- active |
- Name |
-
+ | Name |
+
Object-ID
|
- negativ |
|
|
@@ -1647,13 +1647,13 @@
- active |
- Name |
- Object-ID
+ | Name |
+ Object-ID
|
|
- negativ |
|
@@ -1678,13 +1678,13 @@
- active |
- Name |
- Object-ID
+ | Name |
+ Object-ID
|
|
- negativ |
|
@@ -1709,13 +1709,13 @@
- active |
- Name |
- Object-ID
+ | Name |
+ Object-ID
|
|
- negativ |
|
@@ -1755,10 +1755,10 @@
- active |
- Name |
- Object-ID
+ | Name |
+ Object-ID
|
|
diff --git a/admin/style.css b/admin/style.css
index 1efe8ef..444ec73 100644
--- a/admin/style.css
+++ b/admin/style.css
@@ -2,6 +2,7 @@
* {
box-sizing: border-box
}
+
.m {
/* Don't cut off dropdowns!
overflow: initial;*/
@@ -10,31 +11,94 @@
/* Add your styles here */
/* Header section*/
-#header-area {margin-top: 2px; margin-bottom: 1px; background-color:#174475;}
-#header-area #header-logo-title .logo {float:left; margin-right: 10px;}
-#header-area #header-logo-title p {line-height: normal !important; margin: 0 !important; padding: 8px 0 0 8px;}
-#header-area #header-logo-title p>span.h-title {font-size: 2em !important; color:white; }
-#header-area #header-logo-title p>span.h-sub-title {font-size: 1.1em !important; color:white; font-style: italic; }
+#header-area {
+ margin-top: 2px;
+ margin-bottom: 1px;
+ background-color: #174475;
+}
+
+#header-area #header-logo-title .logo {
+ float: left;
+ margin-right: 10px;
+}
+
+#header-area #header-logo-title p {
+ line-height: normal !important;
+ margin: 0 !important;
+ padding: 8px 0 0 8px;
+}
+
+#header-area #header-logo-title p>span.h-title {
+ font-size: 2em !important;
+ color: white;
+}
+
+#header-area #header-logo-title p>span.h-sub-title {
+ font-size: 1.1em !important;
+ color: white;
+ font-style: italic;
+}
/* Tabs menu */
-.m .tabs .tab a { color: rgba(13, 134, 231, 0.7); } /* Color */
-.m .tabs .tab a { padding: 0 5px; } /* space of x px at beginning and end of text */
-.m .tabs .active { border-bottom: 2px solid #0d47a1; font-weight: bold;}
-.m .tabs .tab a.active, .m .tabs .tab a:hover { color:#0d47a1; }
-.m .tabs .tab a:hover { border-bottom: 2px solid #46a0e9 !important; }
-.m .row .col.m1 { width: 14%;}
-#tab-area { padding-left:0;padding-right:0; margin-top: 0px; margin-bottom: 1px; background-color:#174475; box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2) }
+.m .tabs .tab a {
+ color: rgba(13, 134, 231, 0.7);
+}
+
+/* Color */
+.m .tabs .tab a {
+ padding: 0 5px;
+}
+
+/* space of x px at beginning and end of text */
+.m .tabs .active {
+ border-bottom: 2px solid #0d47a1;
+ font-weight: bold;
+}
+
+.m .tabs .tab a.active,
+.m .tabs .tab a:hover {
+ color: #0d47a1;
+}
+
+.m .tabs .tab a:hover {
+ border-bottom: 2px solid #46a0e9 !important;
+}
+
+.m .row .col.m1 {
+ width: 14%;
+}
+
+#tab-area {
+ padding-left: 0;
+ padding-right: 0;
+ margin-top: 0px;
+ margin-bottom: 1px;
+ background-color: #174475;
+ box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2)
+}
/* Tabs menu react-dark */
-.m.react-dark .tabs .tab a.active, .m .tabs .tab a:hover { color: #2196f3; }
-.m.react-dark .tabs { background-color: #272727 !important;}
+.m.react-dark .tabs .tab a.active,
+.m .tabs .tab a:hover {
+ color: #2196f3;
+}
+
+.m.react-dark .tabs {
+ background-color: #272727 !important;
+}
/* Tabs menu react-blue */
-.m.react-blue .tabs .tab a.active, .m .tabs .tab a:hover { color: #2196f3; }
-.m.react-blue .tabs { background-color: #272727 !important;}
+.m.react-blue .tabs .tab a.active,
+.m .tabs .tab a:hover {
+ color: #2196f3;
+}
+
+.m.react-blue .tabs {
+ background-color: #272727 !important;
+}
-.m .col .select-wrapper + label {
+.m .col .select-wrapper+label {
top: -26px;
}
@@ -46,8 +110,67 @@
height: 48px;
}
+.m .tabs {
+ display: flex;
+ flex-wrap: wrap;
+ justify-content: space-between;
+ padding: 0;
+}
+
+.m .tabs li {
+ list-style: none;
+ margin: 5px;
+ width: auto;
+}
+
+.m .tabs li a {
+ padding: 10px 20px;
+ display: block;
+ text-align: center;
+}
+
.m .page {
height: calc(100% - 160px);
+ overflow-x: hidden;
+ margin-top: 1rem;
+}
+
+.m [type=checkbox]+span:not(.lever) {
+ height: auto;
+}
+
+@media screen and (max-width: 1110px) {
+ .m .tabs {
+ justify-content: space-between;
+ height: 96;
+ }
+
+ .m .tabs {
+ flex: 1 1 calc(50% - 10px);
+ }
+
+ .m .page {
+ height: calc(100% - 185px);
+ }
+}
+
+@media screen and (max-width: 600px) {
+ .m .page {
+ height: calc(100% - 95px);
+ }
+
+ .m .table-values td,
+ .m .table-values th {
+ padding: 15px 5px;
+ }
+
+ .m .modal {
+ width: 98%;
+ }
+
+ .m .dropdown-menu {
+ position: fixed;
+ }
}
#dialog-command {
@@ -118,6 +241,7 @@
margin-top: -25px;
height: auto !important;
}
+
#dialog-presence-edit .titlePopUp {
width: 100% !important;
background: #174475;
@@ -127,9 +251,10 @@
#dialog-presence-edit .page {
width: calc(100% - 10px) !important;
- padding-left:20;
+ padding-left: 20;
height: calc(100% - 100px);
}
+
/*
#dialog-presence-edit .btn {
margin-right: 1.5rem;
@@ -140,6 +265,7 @@
visibility: hidden !important;
display: none !important;
}
+
/* hidden table column */
#presence th:nth-of-type(n+6) {
visibility: hidden !important;
@@ -167,13 +293,24 @@
overflow: visible !important;
top: 10px !important;
}
+
.m .collapsible-header {
padding: 0.5rem;
}
+
.trigger-add {
margin-top: 1.3rem;
margin-left: -0.5rem;
}
+
.m .modal .modal-footer {
padding-right: 2rem;
+}
+
+body {
+ overflow: hidden;
+}
+
+.adapter-body {
+ overflow: hidden;
}
\ No newline at end of file
|