Änderungen css
This commit is contained in:
@@ -29,20 +29,20 @@
|
|||||||
}
|
}
|
||||||
.container-fluid {
|
.container-fluid {
|
||||||
width: 400px;
|
width: 400px;
|
||||||
height: 450px;
|
height: 350px;
|
||||||
background-color: rgba(255,255,255,0.5);
|
background-color: rgba(255,255,255,0.5);
|
||||||
top: 40%;
|
top: 50%;
|
||||||
bottom: auto;
|
bottom: auto;
|
||||||
left: -20%;
|
left: -20%;
|
||||||
right: 520px;
|
right: 520px;
|
||||||
margin: 15% auto auto auto;
|
margin: 15% auto;
|
||||||
}
|
}
|
||||||
#tbl_main {
|
#tbl_main {
|
||||||
font-family: Arial;
|
font-family: Arial;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
border: 1px solid gray;
|
border: 1px solid gray;
|
||||||
width: 400px;
|
width: 400px;
|
||||||
height: 250px;
|
height: 270px;
|
||||||
}
|
}
|
||||||
#lbl_Ueberschrift {
|
#lbl_Ueberschrift {
|
||||||
background-color: #003680;
|
background-color: #003680;
|
||||||
|
|||||||
@@ -244,10 +244,7 @@
|
|||||||
Sub Page_Load() Handles Me.Load
|
Sub Page_Load() Handles Me.Load
|
||||||
|
|
||||||
End Sub
|
End Sub
|
||||||
</script>
|
</script>
|
||||||
<style>
|
|
||||||
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
|
|||||||
@@ -275,10 +275,10 @@
|
|||||||
<center>
|
<center>
|
||||||
<!-- Große Bildschirme-->
|
<!-- Große Bildschirme-->
|
||||||
<div class="d-none d-md-block">
|
<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;">
|
<tr style="color:#003680; height:30px;">
|
||||||
<td align="left" style="color:#fff;font-kerning:auto;">
|
<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>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr style="color:#003680; height:46px;">
|
<tr style="color:#003680; height:46px;">
|
||||||
|
|||||||
Reference in New Issue
Block a user