diff --git a/static/css/mobile_styles.css b/static/css/mobile_styles.css index 83fa8aa..af13cff 100644 --- a/static/css/mobile_styles.css +++ b/static/css/mobile_styles.css @@ -174,7 +174,7 @@ } #abbreviation_airport_in_search{ float: left; - height: 96%; + height: 60px; border-radius: 0 10px 0 0; border-top: 2px solid #E6E6E6; border-right: 2px solid #E6E6E6; @@ -186,7 +186,7 @@ border-top: 2px solid #E6E6E6; border-right: 2px solid #E6E6E6; border-bottom: 2px solid #E6E6E6; - height: 96%; + height: 60px; /*width: 40%;*/ } diff --git a/static/css/styles(boris).css b/static/css/styles(boris).css index dc1aa95..122466a 100644 --- a/static/css/styles(boris).css +++ b/static/css/styles(boris).css @@ -1061,7 +1061,7 @@ .container_inp_w_abr{ height: 66%; - width: 100%; + width: 99%; position: relative; } @@ -1091,7 +1091,7 @@ border: 1px solid #E6E6E6; display: block; height: 20px; - width: calc(100% - 25px); + width: calc(100% - 26px); padding: 20px 10px; background: url(/static/img/svg/Calendar.svg) white 50%; background-repeat: no-repeat; @@ -1141,13 +1141,13 @@ .abbreviation_airport_in_search{ display: inline-block; float: left; - height: 97%; width: 60px; border-top: 1px solid #E6E6E6; border-right: 1px solid #E6E6E6; border-bottom: 1px solid #E6E6E6; border-left: 0; cursor: text; + height: 60px; } .abbreviation_airport_in_search.post_route{