diff --git a/frontend/views/ajax/project_user.php b/frontend/views/ajax/project_user.php index 6fa28f6..a2517c3 100644 --- a/frontend/views/ajax/project_user.php +++ b/frontend/views/ajax/project_user.php @@ -34,6 +34,6 @@ id}]time", ['class' => 'form-control'])?>
- +
diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index 83bd8e9..bfb1739 100755 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -4672,6 +4672,7 @@ ul.download-list-files li:hover .download-link {transition: 0.2s; opacity: 1; -m font-size: 13px; color: inherit; font-weight: 700; + position: relative; } .input-blocks-help-wr { @@ -5068,6 +5069,14 @@ input.disabled.admin-check:checked + label, input.disabled.admin-check:checked + left: -12px; width: 15px; } +.input-blocks .required label:before { + display: block; + content: "*"; + color: #D40000; + position: absolute; + top: 0px; + right: -10px; +} .input-blocks .required.required-no-star:before { display: none; } @@ -5827,11 +5836,15 @@ ul.menu-admin li.logout-li, ul.menu-admin li.logout-li a, ul.menu-admin li:last- background-image: none; background: #dcdcdc !important; padding-top: 9px; + box-shadow: none !important; } .admin-editor-bl .cke_bottom { background-image: none; background: #dcdcdc !important; } +.admin-editor-bl .cke_reset, .admin-editor-bl .cke_chrome { + box-shadow: none !important; +} .remove.input-blocks-wrapper button {margin-left: 10px} .data-block {font-size: 13px; color: #b7b7b7; text-align: right} .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 { left: 133px; } .hint-link-check {margin-top: 23px} -.fix-color-datepicker .ui-datepicker-title {color: #fff} \ No newline at end of file +.fix-color-datepicker .ui-datepicker-title {color: #fff} -- libgit2 0.21.4