This commit is contained in:
SBD
2023-11-25 21:54:45 +03:00
parent d022fb231f
commit dea8d064d4
2 changed files with 5 additions and 5 deletions

View File

@@ -174,7 +174,7 @@
} }
#abbreviation_airport_in_search{ #abbreviation_airport_in_search{
float: left; float: left;
height: 96%; height: 60px;
border-radius: 0 10px 0 0; border-radius: 0 10px 0 0;
border-top: 2px solid #E6E6E6; border-top: 2px solid #E6E6E6;
border-right: 2px solid #E6E6E6; border-right: 2px solid #E6E6E6;
@@ -186,7 +186,7 @@
border-top: 2px solid #E6E6E6; border-top: 2px solid #E6E6E6;
border-right: 2px solid #E6E6E6; border-right: 2px solid #E6E6E6;
border-bottom: 2px solid #E6E6E6; border-bottom: 2px solid #E6E6E6;
height: 96%; height: 60px;
/*width: 40%;*/ /*width: 40%;*/
} }

View File

@@ -1061,7 +1061,7 @@
.container_inp_w_abr{ .container_inp_w_abr{
height: 66%; height: 66%;
width: 100%; width: 99%;
position: relative; position: relative;
} }
@@ -1091,7 +1091,7 @@
border: 1px solid #E6E6E6; border: 1px solid #E6E6E6;
display: block; display: block;
height: 20px; height: 20px;
width: calc(100% - 25px); width: calc(100% - 26px);
padding: 20px 10px; padding: 20px 10px;
background: url(/static/img/svg/Calendar.svg) white 50%; background: url(/static/img/svg/Calendar.svg) white 50%;
background-repeat: no-repeat; background-repeat: no-repeat;
@@ -1141,13 +1141,13 @@
.abbreviation_airport_in_search{ .abbreviation_airport_in_search{
display: inline-block; display: inline-block;
float: left; float: left;
height: 97%;
width: 60px; width: 60px;
border-top: 1px solid #E6E6E6; border-top: 1px solid #E6E6E6;
border-right: 1px solid #E6E6E6; border-right: 1px solid #E6E6E6;
border-bottom: 1px solid #E6E6E6; border-bottom: 1px solid #E6E6E6;
border-left: 0; border-left: 0;
cursor: text; cursor: text;
height: 60px;
} }
.abbreviation_airport_in_search.post_route{ .abbreviation_airport_in_search.post_route{