Commit 6fc9a376124ce960c4f42eb6a0b0b5b3b0af2af5
1 parent
0c65fdc5
git
Showing
2 changed files
with
15 additions
and
2 deletions
Show diff stats
frontend/views/ajax/project_user.php
... | ... | @@ -34,6 +34,6 @@ |
34 | 34 | <?=Html::activeInput('number', $model, "[{$user->id}]time", ['class' => 'form-control'])?> |
35 | 35 | </div> |
36 | 36 | <div class="form-group" style="display:inline-block"> |
37 | - <span class="project_user_remove" style="background: url('/images/delete-ico.png'); width: 15px; height: 15px; display: block; background-size: cover; cursor:pointer"></span> | |
37 | + <span class="project_user_remove" style="background: url('/images/delete-ico.png'); width: 13px; height: 13px; display: block; background-size: cover; cursor:pointer"></span> | |
38 | 38 | </div> |
39 | 39 | </div> | ... | ... |
frontend/web/css/style.css
... | ... | @@ -4672,6 +4672,7 @@ ul.download-list-files li:hover .download-link {transition: 0.2s; opacity: 1; -m |
4672 | 4672 | font-size: 13px; |
4673 | 4673 | color: inherit; |
4674 | 4674 | font-weight: 700; |
4675 | + position: relative; | |
4675 | 4676 | } |
4676 | 4677 | |
4677 | 4678 | .input-blocks-help-wr { |
... | ... | @@ -5068,6 +5069,14 @@ input.disabled.admin-check:checked + label, input.disabled.admin-check:checked + |
5068 | 5069 | left: -12px; |
5069 | 5070 | width: 15px; |
5070 | 5071 | } |
5072 | +.input-blocks .required label:before { | |
5073 | + display: block; | |
5074 | + content: "*"; | |
5075 | + color: #D40000; | |
5076 | + position: absolute; | |
5077 | + top: 0px; | |
5078 | + right: -10px; | |
5079 | +} | |
5071 | 5080 | .input-blocks .required.required-no-star:before { |
5072 | 5081 | display: none; |
5073 | 5082 | } |
... | ... | @@ -5827,11 +5836,15 @@ ul.menu-admin li.logout-li, ul.menu-admin li.logout-li a, ul.menu-admin li:last- |
5827 | 5836 | background-image: none; |
5828 | 5837 | background: #dcdcdc !important; |
5829 | 5838 | padding-top: 9px; |
5839 | + box-shadow: none !important; | |
5830 | 5840 | } |
5831 | 5841 | .admin-editor-bl .cke_bottom { |
5832 | 5842 | background-image: none; |
5833 | 5843 | background: #dcdcdc !important; |
5834 | 5844 | } |
5845 | +.admin-editor-bl .cke_reset, .admin-editor-bl .cke_chrome { | |
5846 | + box-shadow: none !important; | |
5847 | +} | |
5835 | 5848 | .remove.input-blocks-wrapper button {margin-left: 10px} |
5836 | 5849 | .data-block {font-size: 13px; color: #b7b7b7; text-align: right} |
5837 | 5850 | .hidden-foto .file-uploader-block, .hidden-foto .tst, .hidden-foto .admin-avatar-pattern-wr {width: 100%} |
... | ... | @@ -6809,4 +6822,4 @@ li.active-menu-admin:hover a .ico_num { |
6809 | 6822 | left: 133px; |
6810 | 6823 | } |
6811 | 6824 | .hint-link-check {margin-top: 23px} |
6812 | -.fix-color-datepicker .ui-datepicker-title {color: #fff} | |
6813 | 6825 | \ No newline at end of file |
6826 | +.fix-color-datepicker .ui-datepicker-title {color: #fff} | ... | ... |