diff --git a/static/css/mobile_styles.css b/static/css/mobile_styles.css index d439e02..939a4b6 100644 --- a/static/css/mobile_styles.css +++ b/static/css/mobile_styles.css @@ -1251,6 +1251,8 @@ } @media (max-width: 850px){ + + .read_more_about_subscribe{ padding: 0 14px; height: 30px; @@ -1685,6 +1687,8 @@ + + } diff --git a/static/css/styles(boris).css b/static/css/styles(boris).css index 1297d8b..9cdf5f2 100644 --- a/static/css/styles(boris).css +++ b/static/css/styles(boris).css @@ -238,7 +238,7 @@ height: 62px; width: 100%; filter: drop-shadow(-1px 4px 10px rgba(198, 199, 203, 0.20)) drop-shadow(0px -1px 10px rgba(198, 199, 203, 0.20)); - border-radius: 3px; + border-radius: 15px; margin-bottom: 5px; padding: 20px; } @@ -260,7 +260,7 @@ width: calc(100% - 40px); height: 20px; filter: drop-shadow(-1px 4px 10px rgba(198, 199, 203, 0.20)) drop-shadow(0px -1px 10px rgba(198, 199, 203, 0.20)); - border-radius: 3px; + border-radius: 15px; margin-bottom: 5px; /*min-width: unset;*/ /*max-width: unset;*/ @@ -283,8 +283,11 @@ /*max-width: calc(80% - 40px);*/ resize: none; padding: 20px; - width: 85%; + width: calc(100% - 117px); float: left; + border-radius: 15px 0 0 15px; + border: solid #E6E6E6; + border-width: 1px 0 1px 1px; } @@ -303,13 +306,17 @@ /*top: 39px;*/ /*left: 93%;*/ height: calc(100% - 20px); - width: calc(15% - 60px); + width: 55px; padding-top: 20px; padding-right: 20px; min-height: 220px; float: right; background: #FFFFFF; text-align: right; + border-radius: 0 15px 15px 0; + border: solid #E6E6E6; + border-width: 1px 1px 1px 0px; + /*display: inline-block;*/ } @@ -328,6 +335,7 @@ color: #FFFFFF; border-radius: 10px; float: left; + font-size: 16px; } .attach-file-btn{ @@ -576,7 +584,7 @@ position: relative; display: inline-block; margin-bottom: 0; - bottom: 6px; + vertical-align: middle; } .attach-file-btn-message.loader{ top: 10px; @@ -591,6 +599,8 @@ background-position: center; background-repeat: no-repeat; margin-left: 5px; + display: inline-block; + vertical-align: middle; } .loader_show_message.show{ diff --git a/static/css/styles.css b/static/css/styles.css index 8b04bbb..6c02a92 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -1863,10 +1863,15 @@ input#id_extra_phone } .route_info_about>span:last-child{ - background: url("/static/img/png/Airplane.png") left center no-repeat; - float: right; - margin-right: 20px; - padding-left: 15px; + /*background: url("/static/img/png/Airplane.png") left center no-repeat;*/ + /*float: right;*/ + /*margin-right: 20px;*/ + /*padding-left: 15px;*/ +} + +.route_info_about>span>.inf_carrier_icon{ + width: 12px; + vertical-align: baseline; } .route_contact{ @@ -1901,6 +1906,7 @@ button#edit_route { button#remove_route { height: 44px; width: 285px; + color: rgba(39, 36, 36, 0.60); } button.confirm_remove{ width: 49.5%; diff --git a/templates/widgets/w_carrier_card.html b/templates/widgets/w_carrier_card.html index dfa22bc..f56c391 100644 --- a/templates/widgets/w_carrier_card.html +++ b/templates/widgets/w_carrier_card.html @@ -9,10 +9,10 @@