0.0.253 small rewrite for button with name in header

This commit is contained in:
2023-11-23 01:10:46 +03:00
parent 2f81a73078
commit 6230b77473
5 changed files with 34 additions and 12 deletions

View File

@@ -653,8 +653,15 @@ header .header-second {
}
span.btn_profile_name {
display: block;
padding-top: 10px;
display: inline-block;
vertical-align: middle;
/*padding-top: 10px;*/
}
#placeholder1{
height: 50px;
display: inline-block;
vertical-align: middle;
}
.header-second-item>a{
@@ -1555,7 +1562,9 @@ form.new_route{
}
form.new_route>.button_register>#registration{
width: 100%;
}
div.departure_arrival>div>input{
@@ -1563,7 +1572,7 @@ div.departure_arrival>div>input{
border-radius: 15px;
border: 1px solid #E6E6E6;
color: #272424;
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 400;
@@ -1574,6 +1583,9 @@ div.departure_arrival>div>input{
padding-left: 10px;
padding-right: 10px;
margin-top: 10px;
background: url(/static/img/svg/Calendar.svg) white 50%;
background-repeat: no-repeat;
background-position: right 2% bottom 45%;