Änderungen css
This commit is contained in:
@@ -29,20 +29,20 @@
|
||||
}
|
||||
.container-fluid {
|
||||
width: 400px;
|
||||
height: 450px;
|
||||
height: 350px;
|
||||
background-color: rgba(255,255,255,0.5);
|
||||
top: 40%;
|
||||
top: 50%;
|
||||
bottom: auto;
|
||||
left: -20%;
|
||||
right: 520px;
|
||||
margin: 15% auto auto auto;
|
||||
margin: 15% auto;
|
||||
}
|
||||
#tbl_main {
|
||||
font-family: Arial;
|
||||
font-size: 11px;
|
||||
border: 1px solid gray;
|
||||
width: 400px;
|
||||
height: 250px;
|
||||
height: 270px;
|
||||
}
|
||||
#lbl_Ueberschrift {
|
||||
background-color: #003680;
|
||||
|
||||
@@ -245,9 +245,6 @@
|
||||
|
||||
End Sub
|
||||
</script>
|
||||
<style>
|
||||
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
@@ -275,10 +275,10 @@
|
||||
<center>
|
||||
<!-- Große Bildschirme-->
|
||||
<div class="d-none d-md-block">
|
||||
<table id="tbl_main" cellpadding="0" style="margin: 6px 0px 6px 6px; border:none">
|
||||
<table id="tbl_main" cellpadding="0" style="margin: 22px 0px 6px 6px; border:none">
|
||||
<tr style="color:#003680; height:30px;">
|
||||
<td align="left" style="color:#fff;font-kerning:auto;">
|
||||
<asp:Label ID="lbl_login" runat="server" Text="Login" style=" color: #003680;font-size: 1.320901320901321em; font-weight: 600; margin-left:162px"></asp:Label>
|
||||
<asp:Label ID="lbl_login" runat="server" Text="Login" style=" color: #003680;font-size: 1.320901320901321em; font-weight: 600; margin-left:162px;"></asp:Label>
|
||||
</td>
|
||||
</tr>
|
||||
<tr style="color:#003680; height:46px;">
|
||||
|
||||
Reference in New Issue
Block a user