Commit eda71814a179bf03666f231b963855f7b26856bb

Authored by Виталий
1 parent a81136e7

tokar commit

frontend/views/accounts/service.php
@@ -44,7 +44,7 @@ @@ -44,7 +44,7 @@
44 <div class="input-blocks admin-currency-second"> 44 <div class="input-blocks admin-currency-second">
45 <?= 45 <?=
46 $form->field($user_info, 'salary_currency', [ 46 $form->field($user_info, 'salary_currency', [
47 - 'template' => "{input}<span class='admn-input-txt'>за час</span>\n{hint}\n{error}", 47 + 'template' => "{input}<span class='admn-input-txt' style='padding-top: 7px; display: block'>за час</span>\n{hint}\n{error}",
48 ]) 48 ])
49 ->label(false) 49 ->label(false)
50 ->dropDownList(Currency::getCurrencyDropdown()); 50 ->dropDownList(Currency::getCurrencyDropdown());
frontend/web/css/style.css
@@ -6015,19 +6015,19 @@ a {color: #0072bc} @@ -6015,19 +6015,19 @@ a {color: #0072bc}
6015 vertical-align: baseline; 6015 vertical-align: baseline;
6016 } 6016 }
6017 } 6017 }
6018 -.input-blocks.admin-currency-first .custom-input-2.custom-input-2-date {width: 66px}  
6019 -.input-blocks.admin-currency-first {width: 150px; position: } 6018 +.input-blocks.admin-currency-first .custom-input-2.custom-input-2-date {width: 66px;margin-left: 10px}
  6019 +.input-blocks.admin-currency-first {width: 150px; }
6020 .input-blocks.admin-currency-second { 6020 .input-blocks.admin-currency-second {
6021 - margin-left: -61px; 6021 + margin-left: -51px;
6022 box-sizing: border-box; 6022 box-sizing: border-box;
6023 padding-top: 23px; 6023 padding-top: 23px;
6024 } 6024 }
6025 .input-blocks.admin-currency-second select { 6025 .input-blocks.admin-currency-second select {
6026 border-radius: 0; 6026 border-radius: 0;
6027 line-height: normal; 6027 line-height: normal;
6028 - width: 150px; 6028 + width: 70px;
6029 float: left; 6029 float: left;
6030 - 6030 + margin-right: 10px;
6031 6031
6032 } 6032 }
6033 .input-blocks.admin-currency-second select:focus{ 6033 .input-blocks.admin-currency-second select:focus{