| @@ -1,67 +1,86 @@ | ||
| 1 | -.wppm-form-signin-heading{ | |
| 2 | - font:18px "Helvetica Neue",Helvetica,Arial,sans-serif !important; | |
| 3 | -} | |
| 4 | -#wppm-inputEmail,.wppm-form-signin-heading,#wppm-inputPassword{ | |
| 5 | - margin: 0 5px 5px 5px; | |
| 6 | -} | |
| 7 | -#frm_wppm_sign_in{ | |
| 8 | - margin:5px; | |
| 9 | -} | |
| 10 | -#wppm_remember{ | |
| 11 | - font:12px "Helvetica Neue",Helvetica,Arial,sans-serif !important; | |
| 12 | - margin-left: 10px; | |
| 13 | -} | |
| 14 | -.wppm_attachment_cancel{ | |
| 15 | - float: right; | |
| 16 | - margin: -23px 0px 0 0; | |
| 17 | - cursor: pointer; | |
| 18 | -} | |
| 19 | - | |
| 20 | -.wppm_bootstrap .dataTables_wrapper .dataTables_length select{ | |
| 21 | - padding: 0 24px 0 8px !important; | |
| 22 | -} | |
| 23 | - | |
| 24 | -.wppm_bootstrap #tbl_project_tasks_filter input{ | |
| 25 | - height: 40%; | |
| 26 | - width: 50%; | |
| 27 | -} | |
| 28 | - | |
| 29 | -.wppm_bootstrap #tbl_project_tasks_wrapper { | |
| 30 | - font:15px "Helvetica Neue",Helvetica,Arial,sans-serif !important; | |
| 31 | -} | |
| 32 | - | |
| 33 | -.wppm_bootstrap #tbl_project_tasks_paginate{ | |
| 34 | - float: right; | |
| 35 | - text-align: right; | |
| 36 | - padding-top: .25em; | |
| 37 | -} | |
| 38 | - | |
| 39 | -.wppm_bootstrap #tbl_project_tasks_paginate a { | |
| 40 | - margin-right: 5px; | |
| 41 | -} | |
| 42 | - | |
| 43 | -.wppm_bootstrap #tbl_project_tasks_filter{ | |
| 44 | - float: right; | |
| 45 | - text-align: right; | |
| 46 | -} | |
| 47 | - | |
| 48 | -#wppm_project_search_filter_img, .wppm_task_search_filter_img{ | |
| 49 | - position: relative !important; | |
| 50 | - top: 10px; | |
| 51 | - left: 30px; | |
| 52 | - width:25px; | |
| 53 | - height:15px; | |
| 54 | -} | |
| 55 | - | |
| 56 | -.wppm_bootstrap .wppm_thread{ | |
| 57 | - word-break: break-word; | |
| 58 | -} | |
| 59 | - | |
| 60 | -.wppm_bootstrap .wppm_proj_thread{ | |
| 61 | - word-break: break-word; | |
| 62 | -} | |
| 63 | -@media (max-width: 768px) { | |
| 64 | -.wppm_task_list{ | |
| 65 | - flex-basis: 100% !important; | |
| 66 | -} | |
| 1 | +.wppm-form-signin-heading{ | |
| 2 | + font:18px "Helvetica Neue",Helvetica,Arial,sans-serif !important; | |
| 3 | +} | |
| 4 | +#wppm-inputEmail,.wppm-form-signin-heading,#wppm-inputPassword{ | |
| 5 | + margin: 0 5px 5px 5px; | |
| 6 | +} | |
| 7 | +#frm_wppm_sign_in{ | |
| 8 | + margin:5px; | |
| 9 | +} | |
| 10 | +#wppm_remember{ | |
| 11 | + font:12px "Helvetica Neue",Helvetica,Arial,sans-serif !important; | |
| 12 | + margin-left: 10px; | |
| 13 | +} | |
| 14 | +.wppm_attachment_cancel{ | |
| 15 | + float: right; | |
| 16 | + margin: -23px 0px 0 0; | |
| 17 | + cursor: pointer; | |
| 18 | +} | |
| 19 | + | |
| 20 | +.wppm_bootstrap .dataTables_wrapper .dataTables_length select{ | |
| 21 | + padding: 0 24px 0 8px !important; | |
| 22 | +} | |
| 23 | + | |
| 24 | +.wppm_bootstrap #tbl_project_tasks_filter input{ | |
| 25 | + height: 40%; | |
| 26 | + width: 50%; | |
| 27 | +} | |
| 28 | + | |
| 29 | +.wppm_bootstrap #tbl_project_tasks_wrapper { | |
| 30 | + font:15px "Helvetica Neue",Helvetica,Arial,sans-serif !important; | |
| 31 | +} | |
| 32 | + | |
| 33 | +.wppm_bootstrap #tbl_project_tasks_paginate{ | |
| 34 | + float: right; | |
| 35 | + text-align: right; | |
| 36 | + padding-top: .25em; | |
| 37 | +} | |
| 38 | + | |
| 39 | +.wppm_bootstrap #tbl_project_tasks_paginate a { | |
| 40 | + margin-right: 5px; | |
| 41 | +} | |
| 42 | + | |
| 43 | +.wppm_bootstrap #tbl_project_tasks_filter{ | |
| 44 | + float: right; | |
| 45 | + text-align: right; | |
| 46 | +} | |
| 47 | + | |
| 48 | +#wppm_project_search_filter_img, .wppm_task_search_filter_img{ | |
| 49 | + position: relative !important; | |
| 50 | + top: 10px; | |
| 51 | + left: 30px; | |
| 52 | + width:25px; | |
| 53 | + height:15px; | |
| 54 | +} | |
| 55 | + | |
| 56 | +.wppm_bootstrap .wppm_thread{ | |
| 57 | + word-break: break-word; | |
| 58 | +} | |
| 59 | + | |
| 60 | +.wppm_bootstrap .wppm_proj_thread{ | |
| 61 | + word-break: break-word; | |
| 62 | +} | |
| 63 | +@media (max-width: 768px) { | |
| 64 | +.wppm_task_list{ | |
| 65 | + flex-basis: 100% !important; | |
| 66 | +} | |
| 67 | +} | |
| 68 | +#wppm_mention_list { | |
| 69 | + position: absolute; | |
| 70 | + background: #fff; | |
| 71 | + border: 1px solid #ddd; | |
| 72 | + border-radius: 6px; | |
| 73 | + padding: 5px 0; | |
| 74 | + min-width: 150px; | |
| 75 | + box-shadow: 0 4px 10px rgba(0,0,0,0.1); | |
| 76 | + z-index: 9999999999999!important; | |
| 77 | +} | |
| 78 | + | |
| 79 | +.mention-item { | |
| 80 | + padding: 6px 10px; | |
| 81 | + cursor: pointer; | |
| 82 | +} | |
| 83 | + | |
| 84 | +.mention-item:hover { | |
| 85 | + background: #f0f0f0; | |
| 67 | 86 | } |