Ä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

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

View File

@@ -130,10 +130,18 @@
background-color: #fff;
border: 2px solid #043381;
}
@media (min-width: 558.98px){
#Image1{
margin-right: -320px;
}
}
@media (max-width: 558.98px) {
body {
max-width: 390px;
}
contfluid{
width:556px;
}
h1 {
color: #043381;
font-size: 22px;
@@ -142,6 +150,9 @@
color: #043381;
font-size: 28px;
}
Image1 {
margin-right: 320px;
}
}
</style>
<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">
<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><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>
</li>
</ul>
@@ -358,7 +369,7 @@
<ul style="list-style:unset;border:2.3px solid #043381;text-align:start">
<li>Profilbild:</li>
</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 class="col-sm-5">
<ul style="list-style:unset;border:2.3px ridge #043381;text-align:start">