Anpassung der Weiten der Tabellen und Navbars. Notizen wurden hinzugefügt.

This commit is contained in:
ja
2021-08-13 09:57:41 +02:00
parent 07fa054a6d
commit 9aa827b334
2 changed files with 41 additions and 44 deletions

View File

@@ -269,9 +269,8 @@
}
#conovertab{
/* max-width:width:150px 11.25em;*/
margin-left:35px;
max-width:/*380px;*/ 83.70044052863436vw;
max-width:150px 11.25em;
margin-left:35px;
overflow-x:auto;
}
}
@@ -428,7 +427,7 @@
'%>
<h2><%=STANDORT %></h2>
</span>
<div id="conovertab">
<div class="container-xxl" style="overflow-y:auto;scroll-padding-inline:auto;min-width:97%; max-width:100%">
<table class="table table-hover" id="normaltable" border="0" cellspacing="0" contenteditable="false">
@@ -479,7 +478,7 @@
cnt += 1
Next
%>
</table></div>
</table>
</div></div>
<%
End If