0.0.185 media 360px v.3.3
This commit is contained in:
@@ -35,7 +35,12 @@
|
||||
border-bottom: 2px solid #E6E6E6;
|
||||
}
|
||||
.abbreviation_airport_in_search{
|
||||
|
||||
float: left;
|
||||
border-top: 2px solid #E6E6E6;
|
||||
border-right: 2px solid #E6E6E6;
|
||||
border-bottom: 2px solid #E6E6E6;
|
||||
height: 95%;
|
||||
width: 33%;
|
||||
}
|
||||
.from_address_point_txt.find_route.first{
|
||||
border-radius: 10px 0 0 0;
|
||||
@@ -44,6 +49,28 @@
|
||||
border-left: 2px solid #E6E6E6;
|
||||
|
||||
}
|
||||
.to_address_point_txt.find_route{
|
||||
float: left;
|
||||
border-top: 2px solid #E6E6E6;
|
||||
border-left: 2px solid #E6E6E6;
|
||||
border-bottom: 2px solid #E6E6E6;
|
||||
}
|
||||
|
||||
.cont-el-form-search-carrier > input{
|
||||
border: 2px solid #E6E6E6;
|
||||
width: 90%;
|
||||
}
|
||||
.cont-el-form-search-carrier.last > select{
|
||||
width: 97.5%;
|
||||
border-radius: 0 0 10px 10px;
|
||||
border: 2px solid #E6E6E6;
|
||||
}
|
||||
.daterangepicker{
|
||||
width: 305px;
|
||||
}
|
||||
.cont-el-form-search-carrier > button{
|
||||
width: 97%;
|
||||
}
|
||||
|
||||
.button_profile_header{
|
||||
display: none;
|
||||
|
||||
@@ -957,6 +957,9 @@
|
||||
height: 20px;
|
||||
width: 88%;
|
||||
padding: 20px 10px;
|
||||
background: url(/static/img/svg/Calendar.svg) white 50%;
|
||||
background-repeat: no-repeat;
|
||||
background-position: right 5% bottom 45%;
|
||||
}
|
||||
|
||||
|
||||
@@ -999,9 +1002,9 @@
|
||||
|
||||
.abbreviation_airport_in_search{
|
||||
display: inline-block;
|
||||
float: right;
|
||||
float: left;
|
||||
width: 29%;
|
||||
height: 95%;
|
||||
height: 97%;
|
||||
border-top: 1px solid #E6E6E6;
|
||||
border-right: 1px solid #E6E6E6;
|
||||
border-bottom: 1px solid #E6E6E6;
|
||||
|
||||
@@ -2521,7 +2521,7 @@ details[open] summary ~ *{
|
||||
/*news_block_main_page*/
|
||||
.news_block_main {
|
||||
display: flex;
|
||||
margin: 0 80px 120px 80px;
|
||||
/*margin: 0 80px 120px 80px;*/
|
||||
justify-content: space-between;
|
||||
flex-wrap: wrap;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user