Änderungen GUI and Anpassung Mobilversion sowie restlichen Fehlermeldunsgenerierungscodes wurden eingefügt

This commit is contained in:
ja
2021-11-17 13:44:10 +01:00
parent 22e7360f80
commit 99f2baf209
4 changed files with 16 additions and 6 deletions

View File

@@ -38,7 +38,6 @@
h1 { h1 {
font-size: 28px; font-size: 28px;
} }
#tableSearch { #tableSearch {
max-width: 350px; max-width: 350px;
} }

View File

@@ -130,10 +130,18 @@
background-color: #fff; background-color: #fff;
border: 2px solid #043381; border: 2px solid #043381;
} }
@media (min-width: 558.98px){
#Image1{
margin-right: -320px;
}
}
@media (max-width: 558.98px) { @media (max-width: 558.98px) {
body { body {
max-width: 390px; max-width: 390px;
} }
contfluid{
width:556px;
}
h1 { h1 {
color: #043381; color: #043381;
font-size: 22px; font-size: 22px;
@@ -142,6 +150,9 @@
color: #043381; color: #043381;
font-size: 28px; font-size: 28px;
} }
Image1 {
margin-right: 320px;
}
} }
</style> </style>
<link rel="stylesheet" type="text/css" href="../css/style.css"/> <link rel="stylesheet" type="text/css" href="../css/style.css"/>
@@ -336,7 +347,7 @@
<ul style="list-style: none;"class="collapse list-unstyled" id="UserSubmenu1"> <ul style="list-style: none;"class="collapse list-unstyled" id="UserSubmenu1">
<span class="navbar-toggler-icon"></span> <span class="navbar-toggler-icon"></span>
<li><button type="button" class="btn btn-primary" data-bs-toggle="modal" data-bs-target="#exampleModal" style="text-decoration: none;background-color:#fff;color:#043381;text-align:left;border:none;font-size:16px;white-space: nowrap; height:20px"><img src="../images/Icons/main/gear_blue.png"; style="width:15px; height:15px;color:#043381;background-color:#fff;margin-right:6px;" />Profil bearbeiten</button> </li> <li><button type="button" class="btn btn-primary" data-bs-toggle="modal" data-bs-target="#exampleModal" style="text-decoration: none;background-color:#fff;color:#043381;text-align:left;border:none;font-size:16px;white-space: nowrap; height:20px"><img src="../images/Icons/main/gear_blue.png"; style="width:15px; height:15px;color:#043381;background-color:#fff;margin-right:6px;" />Profil bearbeiten</button> </li>
<li><a type="button" class="btn btn-primary" href="../login/Logout.aspx" style="text-decoration: none;background-color:#fff;color:#043381;text-align:left;border:none;font-size:16px;width:200px;z-index:1032;margin-left:-16px"><img src="../images/Icons/main/Logout.svg.png"; style="font-size:14px;width:20px; height:20px;color:#043381;background-color:#fff; margin-right:6px;"/>Logout</a></li> <li style="margin-top:12px"><a type="button" class="btn btn-primary" href="../login/Logout.aspx" style="text-decoration: none;background-color:#fff;color:#043381;text-align:left;border:none;font-size:16px;width:200px;z-index:1032;margin-left:-16px"><img src="../images/Icons/main/Logout.svg.png"; style="font-size:14px;width:20px; height:20px;color:#043381;background-color:#fff; margin-right:6px;"/>Logout</a></li>
</ul> </ul>
</li> </li>
</ul> </ul>
@@ -358,7 +369,7 @@
<ul style="list-style:unset;border:2.3px solid #043381;text-align:start"> <ul style="list-style:unset;border:2.3px solid #043381;text-align:start">
<li>Profilbild:</li> <li>Profilbild:</li>
</ul> </ul>
<center><asp:Image ID="Image1" runat="server" ImageUrl="~/images/samples/default-avatar.jpg" width="130" Height="130"/></center> <center><asp:Image ID="Image1" runat="server" ImageUrl="~/images/samples/default-avatar.jpg" width="130" style="margin-right: 320px;" Height="130"/></center>
</div> </div>
<div class="col-sm-5"> <div class="col-sm-5">
<ul style="list-style:unset;border:2.3px ridge #043381;text-align:start"> <ul style="list-style:unset;border:2.3px ridge #043381;text-align:start">

View File

@@ -325,7 +325,7 @@
<li> <li>
<a href="status_Julius.aspx?&lan=<%=laenderkuerzel %>" data-toggle="tooltip" data-placement="right" rel="nofollow" target="_blank" title="Nur durch erfolgreichen Login erreichbar.">Status</a> <a href="status_Julius.aspx?&lan=<%=laenderkuerzel %>" data-toggle="tooltip" data-placement="right" rel="nofollow" target="_blank" title="Nur durch erfolgreichen Login erreichbar.">Status</a>
</li> </li>
<li> <li style="margin-top:12px">
<a href="../login/Logout.aspx" data-toggle="tooltip" data-placement="right" rel="nofollow" title="Ausloggen.">Logout</a> <a href="../login/Logout.aspx" data-toggle="tooltip" data-placement="right" rel="nofollow" title="Ausloggen.">Logout</a>
</li> </li>
</ul> </ul>