diff --git a/css/login/CreateUser.css b/css/login/CreateUser.css index e4ad79a..04bd02b 100644 --- a/css/login/CreateUser.css +++ b/css/login/CreateUser.css @@ -28,25 +28,7 @@ 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 { background-color: #003680; @@ -55,8 +37,7 @@ } #form1{ width:425px; - } - + } .txt_design { color: #003680; @@ -68,9 +49,11 @@ font-size: 1.695em; margin-right: 1px; } + #txt_street2 { width: 105px; } + .bg-house2-icon { background: url("../../images/Icons/main/hauser.png") no-repeat 1.75% 11px white; padding-left: 28px; diff --git a/login/CreateUser.aspx b/login/CreateUser.aspx index de8cc94..a2ba5d5 100644 --- a/login/CreateUser.aspx +++ b/login/CreateUser.aspx @@ -86,7 +86,7 @@ border: 1px gray solid; border-radius: 5px 5px 5px 5px; margin-left: -4px; - } + } .bg-UID-icon { background: url("../../images/Icons/main/icon0-vector-493-01.png") no-repeat 1.75% 11px white; padding-left: 28px; @@ -127,6 +127,24 @@ border: 1px gray solid; 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) { body { font-family: 'Poppins', sans-serif; @@ -146,13 +164,13 @@ justify-content: center; align-items: center; width: 410px; - height: 643px; + height: 673px; margin: 0 auto; width:390px; } .container-fluid { width: 400px; - height: 613px; + height: 673px; background-color: rgba(255,255,255,0.5); top: 50%; bottom: auto; @@ -166,7 +184,7 @@ border: none; width: 300px; height: 613px; - margin: -30px -20px -20px -20px; + margin: 0px -20px -20px -20px; } #lbl_Ueberschrift_M { background-color: #003680; @@ -313,7 +331,7 @@