diff --git a/newpageJulius_Sidebar.aspx b/newpageJulius_Sidebar.aspx
index e673367..b6641cf 100644
--- a/newpageJulius_Sidebar.aspx
+++ b/newpageJulius_Sidebar.aspx
@@ -308,7 +308,9 @@
MEDIAQUERIES
----------------------------------------------------- */
- @media (max-width: 320px) and (max-height: 640px){
+ /*@media (max-width: 320px) and (max-height: 640px){*/
+
+ @media only screen and (min-width : 1224px) {
#sidebar {
margin-left: -250px;
padding-top:0.5em;
@@ -352,7 +354,7 @@
display: compact;
position: sticky;
}
- #navbarbrandhauptpage{
+ /* #navbarbrandhauptpage{
transform: translateX(-50%);
left: 00%;
top: 20%;
@@ -360,10 +362,9 @@
text-align: center;
height: 26px;
width: 150px;
- }
+ }*/
}
-
- @media (min-width: 320px) and (min-height: 640px) {
+ @media only screen and (min-width : 1224px) {
#sidebar {
margin-left: -250px;
padding-top: 0.86em;
@@ -403,7 +404,7 @@
#sidebar.active {
margin-left: -0px;
}
- }
+ } s
#navbar.menu_class{
width: 2.604166666666667vw;
width: 1.25em;
diff --git a/status_Julius.aspx b/status_Julius.aspx
index 8ff185f..61816fd 100644
--- a/status_Julius.aspx
+++ b/status_Julius.aspx
@@ -10,7 +10,7 @@ Imports System.Data.SqlClient
-
+
@@ -227,7 +227,7 @@ Imports System.Data.SqlClient
MEDIAQUERIES
----------------------------------------------------- */
- @media (max-width: 320px) and (max-height: 640px){
+ @media only screen and (max-width : 320px) {
#sidebar {
margin-left: -250px;
padding-top:0.5em;
@@ -305,7 +305,8 @@ Imports System.Data.SqlClient
background-color:#fff;
}
}
- @media (min-width: 320px) and (min-height: 640px) {
+ /* @media (min-width: 320px) and (min-height: 640px) {*/
+ @media only screen and (min-width : 1224px) {
#sidebar {
margin-left: -250px;
padding-top: 0.86em;
@@ -762,21 +763,18 @@ Imports System.Data.SqlClient
| <%Response.Write(vermerkeUeberschrift) %>   | <% Response.Write(CDate(r("Datum")).ToString("dd.MM.yyyy HH:mm") & ": " & V_LST.getTxt(r("VermerkeCode"), lan)) %> | ||||
| Keine Vermerke vorhanden |