Änderungen CSS und Mobilitätsverbesserungen

This commit is contained in:
ja
2021-08-06 09:20:43 +02:00
parent ab9e686f20
commit 62009c9f07
3 changed files with 58 additions and 53 deletions

View File

@@ -253,6 +253,9 @@
max-width: 21.875em; max-width: 21.875em;
} }
} }
.clearfix {
overflow: auto;
}
</style> </style>
<script src="js/netzwerk.js" type="text/javascript"></script> <script src="js/netzwerk.js" type="text/javascript"></script>
@@ -314,7 +317,7 @@
--> -->
<div id="bodycontent"> <div id="bodycontent">
<!-- Dropdown Button Languages--> <!-- Dropdown Button Languages-->
<div class="container-xxl"> <div class="container-fluid">
<span class="content_all"> <span class="content_all">
@@ -389,6 +392,7 @@
</li> </li>
</nav> </nav>
</div> </div>
<!-- Webiste-Content-->
<h1>Verag AVISO-TV Online</h1> <h1>Verag AVISO-TV Online</h1>
<div id="line"></div> <div id="line"></div>
<br/> <br/>
@@ -422,9 +426,9 @@
If True Then 'AVISO.Status <> 1 And AVISO.Status <> 2 Then 'SENDUNGSTABELLE If True Then 'AVISO.Status <> 1 And AVISO.Status <> 2 Then 'SENDUNGSTABELLE
'%> '%>
<h2><%=STANDORT %></h2> <h2><%=STANDORT %></h2>
</span> </span>
<div class="container-xxl" style:"overflow-y:auto"> <div="clearfix">
<div class="container-xxl" style="overflow-y:auto;scroll-padding-inline:auto;max-width:97%">
<table class="table table-hover" border="8" cellspacing="0" contenteditable="false"> <table class="table table-hover" border="8" cellspacing="0" contenteditable="false">
<thead style="background-color:#043381; color:white; font-weight:900"><tr ><th>Nr.</th><th>LKW Kennzeichen</th><th>Frächter</th><th>Avisierer</th><th>Ankunft</th><th>Dauer</th><th>LKW fertig</th></tr></thead> <thead style="background-color:#043381; color:white; font-weight:900"><tr ><th>Nr.</th><th>LKW Kennzeichen</th><th>Frächter</th><th>Avisierer</th><th>Ankunft</th><th>Dauer</th><th>LKW fertig</th></tr></thead>
<% <%
@@ -475,9 +479,7 @@
Next Next
%> %>
</table> </table>
</div></div> </div></div></div>
<% <%
End If End If
End If End If
@@ -492,7 +494,6 @@
<%-- <div class="footer_menu"> <%-- <div class="footer_menu">
<div class="footer_menu_content"> <div class="footer_menu_content">
<table> <table>
<tr> <tr>
</tr> </tr>

View File

@@ -67,6 +67,11 @@
} }
</script> </script>
<script type="text/javascript" src="js/toptions/top_up-min.js"></script> <script type="text/javascript" src="js/toptions/top_up-min.js"></script>
<style>
.bg-light{
background-color:#fff;
}
</style>
</head> </head>
<body > <body >
<!-- <a href="login/login_TEST.aspx" style="position:absolute;left:10px;top:10px;">LOGIN</a>--> <!-- <a href="login/login_TEST.aspx" style="position:absolute;left:10px;top:10px;">LOGIN</a>-->

File diff suppressed because one or more lines are too long