Änderungen

This commit is contained in:
ja
2021-08-05 16:45:11 +02:00
parent 7c91c0d307
commit e38d7825cb
6 changed files with 275 additions and 270 deletions

View File

@@ -139,14 +139,14 @@
border: none !important;
}
.modal-dialog {
height: 100% !important; /* required */
margin: 0 0.5rem !important;
padding: 0.5rem 0 !important;
overflow-y: auto !important; /* required */
width: 100%;
position:center;
.modal-dialog {
height: 100% !important; /* required */
margin: 0 0.5rem !important;
padding: 0.5rem 0 !important;
overflow-y: auto !important; /* required */
width: 100%;
position: center;
@media (min-width: 4sm) {
margin:0 auto !important;
padding:1.75rem 0 !important;
@@ -164,10 +164,44 @@
.modal-body {
padding-top: 0 !important;
overflow-y: auto !important; /* required */
}
}
@media (max-width: 768px) {
h2{
font-size:32px;
font-size:2em;
}
#ButtonHauptpage{
font-size:28px;
font-size:1.75em;
}
#dropdown{
font-size:28px;
font-size:1.75em;
}
.Label1{
font-size:18px;
font-size:1.125em;
}
}
@media (min-width: 768px) {
h2 {
font-size: 28px;
font-size:1.75em;
}
#ButtonHauptpage {
font-size: 17px;
font-size:1.063em;
}
#dropdown {
font-size: 32px;
font-size:2em;
}
}
</style>
<script src="js/netzwerk.js" type="text/javascript"></script>
<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
@@ -227,13 +261,20 @@
</div>
<div id="main-page">
<div class="pagecontent">
<h2>Willkommen im Kundenportal:</h2>
<br />
<p><h2>Willkommen im Kundenportal:</h2></p>
<br />
<a id="ButtonHauptpage" class="btn btn-primary btn-sm" href="newpageJulius_Sidebar.aspx?AvisoId=<%=Request.QueryString("AvisoId")%>&lan2=DE" data-toggle="tooltip" data-placement="top" title="Zur Hauptzeite wechseln." style="background-color:#043381">Home</a>
<asp:Label ID="Label1" runat="server" Text="Bitte wählen sie eine der unten aufgeführten Funktionen:"></asp:Label>
<asp:Panel ID="Panel1" runat="server">
<br />
<br />
<p><asp:Label ID="Label1" runat="server" Text="Bitte wählen sie eine der unten aufgeführten Funktionen:"></asp:Label></p>
<br />
<asp:Panel ID="Panel1" runat="server">
<div Class="dropdown">
<button Class="dropbtn" data-toggle="tooltip" data-placement="top" title="Zum Auswählen einer Funktion bitte klicken!">Funktionen</button>
<div Class="dropdown-content">
<div Class="dropdown-content">
<a id="Buttonlabeltitleenue" style="background-color:#043381;color:#fff"><b style="font-weight:700;font-kerning:auto;font-size:medium;">Kunden-Menü:</b></a>
<a id="Buttonadmin" class="btn btn-primary btn-sm" href="admin/admin.aspx?AvisoId=<%=Request.QueryString("AvisoId")%>&lan2=DE" data-toggle="tooltip" data-placement="top" title="Lässt das Admin-Panel erscheinen." style="background-color:#fff;color:#043381">Admin-Panel</a>
<a id="ButtonaFlexTV" class="btn btn-primary btn-sm" href="AvisoTV_FLEX.aspx?AvisoId=<%=Request.QueryString("AvisoId")%>&lan2=DE" data-toggle="tooltip" data-placement="top" title="Zeigt das AVISP TV an." style="background-color:#fff;color:#043381">AVISO TV-Panel</a>
<a id="ButtonaStatus" class="btn btn-primary btn-sm" href="status_Julius.aspx?AvisoId=<%=Request.QueryString("AvisoId")%>&lan2=DE" data-toggle="tooltip" data-placement="top" title="Zeigt den Status einer bestimmten vom AVISO Panel ausgegebenen sowie codierten AVISO-Nummer aus." style="background-color:#fff;color:#043381">Status-Panel</a>
@@ -263,7 +304,6 @@
</script>
<script type="text/javascript" src="js/languageupdatescript.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
</div>
</div>
</body>
</html>