Änderungen GUI and Anpassung Mobilversion sowie restlichen Fehlermeldunsgenerierungscodes wurden eingefügt
This commit is contained in:
@@ -38,7 +38,6 @@
|
||||
h1 {
|
||||
font-size: 28px;
|
||||
}
|
||||
|
||||
#tableSearch {
|
||||
max-width: 350px;
|
||||
}
|
||||
|
||||
@@ -130,9 +130,17 @@
|
||||
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;
|
||||
@@ -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">
|
||||
|
||||
@@ -325,7 +325,7 @@
|
||||
<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>
|
||||
</li>
|
||||
<li>
|
||||
<li style="margin-top:12px">
|
||||
<a href="../login/Logout.aspx" data-toggle="tooltip" data-placement="right" rel="nofollow" title="Ausloggen.">Logout</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user