Commit eda71814a179bf03666f231b963855f7b26856bb
1 parent
a81136e7
tokar commit
Showing
2 changed files
with
6 additions
and
6 deletions
Show diff stats
frontend/views/accounts/service.php
... | ... | @@ -44,7 +44,7 @@ |
44 | 44 | <div class="input-blocks admin-currency-second"> |
45 | 45 | <?= |
46 | 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 | 49 | ->label(false) |
50 | 50 | ->dropDownList(Currency::getCurrencyDropdown()); | ... | ... |
frontend/web/css/style.css
... | ... | @@ -6015,19 +6015,19 @@ a {color: #0072bc} |
6015 | 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 | 6020 | .input-blocks.admin-currency-second { |
6021 | - margin-left: -61px; | |
6021 | + margin-left: -51px; | |
6022 | 6022 | box-sizing: border-box; |
6023 | 6023 | padding-top: 23px; |
6024 | 6024 | } |
6025 | 6025 | .input-blocks.admin-currency-second select { |
6026 | 6026 | border-radius: 0; |
6027 | 6027 | line-height: normal; |
6028 | - width: 150px; | |
6028 | + width: 70px; | |
6029 | 6029 | float: left; |
6030 | - | |
6030 | + margin-right: 10px; | |
6031 | 6031 | |
6032 | 6032 | } |
6033 | 6033 | .input-blocks.admin-currency-second select:focus{ | ... | ... |