Änderungen CSS

This commit is contained in:
ja
2021-11-24 15:52:37 +01:00
parent 11ca404f9f
commit d7fe823495
2 changed files with 27 additions and 26 deletions

View File

@@ -28,25 +28,7 @@
margin: 0 auto; margin: 0 auto;
} }
.container-fluid {
width: 595px;
height: 623px;
background-color: rgba(255,255,255,0.5);
top: 50%;
bottom: auto;
left: -20%;
right: 420px;
margin: 0 auto;
margin-top: 350px;
}
#tbl_main {
font-family: Arial;
font-size: 11px;
border: none;
width: 500px;
height: 420px;
}
#lbl_Ueberschrift { #lbl_Ueberschrift {
background-color: #003680; background-color: #003680;
@@ -57,7 +39,6 @@
width:425px; width:425px;
} }
.txt_design { .txt_design {
color: #003680; color: #003680;
font-size: 1.65em; font-size: 1.65em;
@@ -68,9 +49,11 @@
font-size: 1.695em; font-size: 1.695em;
margin-right: 1px; margin-right: 1px;
} }
#txt_street2 { #txt_street2 {
width: 105px; width: 105px;
} }
.bg-house2-icon { .bg-house2-icon {
background: url("../../images/Icons/main/hauser.png") no-repeat 1.75% 11px white; background: url("../../images/Icons/main/hauser.png") no-repeat 1.75% 11px white;
padding-left: 28px; padding-left: 28px;

View File

@@ -126,6 +126,24 @@
height: 38px; height: 38px;
border: 1px gray solid; border: 1px gray solid;
border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px;
}
.container-fluid {
width: 595px;
height: 623px;
background-color: rgba(255,255,255,0.5);
top: 50px;
bottom: auto;
left: -20%;
right: 420px;
margin: 0 auto;
}
#tbl_main {
font-family: Arial;
font-size: 11px;
border: none;
width: 500px;
height: 420px;
} }
@media (max-width: 558.98px) { @media (max-width: 558.98px) {
body { body {
@@ -146,13 +164,13 @@
justify-content: center; justify-content: center;
align-items: center; align-items: center;
width: 410px; width: 410px;
height: 643px; height: 673px;
margin: 0 auto; margin: 0 auto;
width:390px; width:390px;
} }
.container-fluid { .container-fluid {
width: 400px; width: 400px;
height: 613px; height: 673px;
background-color: rgba(255,255,255,0.5); background-color: rgba(255,255,255,0.5);
top: 50%; top: 50%;
bottom: auto; bottom: auto;
@@ -166,7 +184,7 @@
border: none; border: none;
width: 300px; width: 300px;
height: 613px; height: 613px;
margin: -30px -20px -20px -20px; margin: 0px -20px -20px -20px;
} }
#lbl_Ueberschrift_M { #lbl_Ueberschrift_M {
background-color: #003680; background-color: #003680;
@@ -313,7 +331,7 @@
</div> </div>
<!--Smartphone-Bildschirme--> <!--Smartphone-Bildschirme-->
<div class="d-md-none"> <div class="d-md-none">
<table id="tbl_main_m" summary="A table to show the content" style="margin: 25% 2px 2px 2px; border:none;"> <table id="tbl_main_m" summary="A table to show the content" style="margin: 0% 2px 2px 2px; border:none;">
<tr style="height:28px"> <tr style="height:28px">
<td ><center> <td ><center>
<asp:Label ID="lbl_Ueberschrift_M" runat="server" Enabled="true" style="color:#fff;" Font-Size="22px" Text="Edit your Profile:"></asp:Label> <asp:Label ID="lbl_Ueberschrift_M" runat="server" Enabled="true" style="color:#fff;" Font-Size="22px" Text="Edit your Profile:"></asp:Label>