Commit 1b2957f9a2338672a69cc06560d3d106e2bcdb0c
1 parent
3b7b4418
git
Showing
2 changed files
with
6 additions
and
1 deletions
Show diff stats
frontend/views/accounts/participant-edit.php
... | ... | @@ -18,7 +18,7 @@ |
18 | 18 | <?php |
19 | 19 | if($model->status != 1) { |
20 | 20 | ?> |
21 | - <div class="alert alert-info" role="alert"> | |
21 | + <div class="attention_bl style" role="alert"> | |
22 | 22 | <strong>Внимание:</strong> данным действием Вы подтверждаете свое участие в проекте. |
23 | 23 | </div> |
24 | 24 | <?php | ... | ... |
frontend/web/css/style.css
... | ... | @@ -6796,4 +6796,9 @@ li.active-menu-admin:hover a .ico_num { |
6796 | 6796 | } |
6797 | 6797 | .hint-link.hint-link-fx .hint-block{ |
6798 | 6798 | margin-left: 36px; |
6799 | +} | |
6800 | +.attention_bl { | |
6801 | + font-size: 13px; | |
6802 | + color: #D40000; | |
6803 | + margin-top: 12px; | |
6799 | 6804 | } |
6800 | 6805 | \ No newline at end of file | ... | ... |