| @@ -252,9 +252,9 @@ | ||
| 252 | 252 | font-size: 14px; |
| 253 | 253 | margin-left:20px; |
| 254 | 254 | background-color: #5067c5; |
| 255 | 255 | color:#ffffff!important; |
| 256 | - border: 1px solid #8a8a8a !important; | |
| 256 | + border: 1px; | |
| 257 | 257 | } |
| 258 | 258 | .wppm-btn-cancel{ |
| 259 | 259 | padding: 5px 10px; |
| 260 | 260 | border-radius: 14px; |
| @@ -297,9 +297,9 @@ | ||
| 297 | 297 | #wppm_task_table th{ |
| 298 | 298 | border: none !important; |
| 299 | 299 | } |
| 300 | 300 | #wppm_task_table_container{ |
| 301 | - padding: 0 15px 15px 15px; | |
| 301 | + padding:15px; | |
| 302 | 302 | } |
| 303 | 303 | .wppm_status{ |
| 304 | 304 | background-color: aqua; |
| 305 | 305 | border-radius: 30px; |
| @@ -451,9 +451,12 @@ | ||
| 451 | 451 | #wppm_apply_filter{ |
| 452 | 452 | background-color:#306EFF; |
| 453 | 453 | margin-bottom:2px; |
| 454 | 454 | } |
| 455 | - | |
| 455 | +#wppm_project_table{ | |
| 456 | + margin: 15px; | |
| 457 | + overflow-x: auto; | |
| 458 | +} | |
| 456 | 459 | .wppm_label{ |
| 457 | 460 | font-size: 12px; |
| 458 | 461 | font-weight: 600; |
| 459 | 462 | color: #9c9c9c; |
| @@ -470,11 +473,11 @@ | ||
| 470 | 473 | border-radius: 20px; |
| 471 | 474 | font: 12px "Helvetica Neue",Arial,Helvetica,sans-serif; |
| 472 | 475 | } |
| 473 | 476 | #wppm_project_search_filter_img, .wppm_task_search_filter_img{ |
| 474 | - position: relative !important; | |
| 477 | + position: absolute; | |
| 475 | 478 | top: 10px; |
| 476 | - left: 30px; | |
| 479 | + left: 18px; | |
| 477 | 480 | } |
| 478 | 481 | .wppm_add_new_task_img, .wppm_task_list_image{ |
| 479 | 482 | padding-right: 5px; |
| 480 | 483 | padding-bottom: 3px; |
| @@ -778,11 +781,13 @@ | ||
| 778 | 781 | padding: 5px; |
| 779 | 782 | background-color: #FFFFFF; |
| 780 | 783 | float: right; |
| 781 | 784 | border-radius: 4px; |
| 785 | + margin-right: 10px; | |
| 782 | 786 | cursor: pointer; |
| 783 | 787 | font: 13px "Helvetica Neue",Helvetica,Arial,sans-serif; |
| 784 | 788 | color: #858c96; |
| 789 | + margin-top: 5px; | |
| 785 | 790 | } |
| 786 | 791 | #wppm_select_user_role{ |
| 787 | 792 | margin: 10px 10px 10px 0px; |
| 788 | 793 | } |
| @@ -978,9 +983,9 @@ | ||
| 978 | 983 | .wppm_edit_task_details_widget, .wppm_thread_action, .wppm_edit_project_details_widget{ |
| 979 | 984 | float:right; |
| 980 | 985 | cursor:pointer; |
| 981 | 986 | } |
| 982 | -.wppm_add_new_task_btn, #wppm_task_list_btn,#wppm_delete_btn,#wppm_delete_task_btn,#wppm_clone_task_btn,#wppm_print_task_btn{ | |
| 987 | +.wppm_add_new_task_btn, #wppm_task_list_btn,#wppm_delete_btn,#wppm_delete_task_btn,#wppm_clone_task_btn{ | |
| 983 | 988 | cursor: pointer; |
| 984 | 989 | } |
| 985 | 990 | #wppm_project_details_container{ |
| 986 | 991 | border: 1px solid #eee; |
| @@ -1444,8 +1449,9 @@ | ||
| 1444 | 1449 | |
| 1445 | 1450 | .wppm-bulk-actions { |
| 1446 | 1451 | display: flex; |
| 1447 | 1452 | align-items: center; |
| 1453 | + margin-bottom: 20px; | |
| 1448 | 1454 | } |
| 1449 | 1455 | .wppm-bulk-actions select { |
| 1450 | 1456 | min-width: 150px; |
| 1451 | 1457 | max-width: 250px; |
| @@ -1476,9 +1482,8 @@ | ||
| 1476 | 1482 | padding: 10px; |
| 1477 | 1483 | cursor: pointer; |
| 1478 | 1484 | background-color: #fff; |
| 1479 | 1485 | color: #707070; |
| 1480 | - margin-left: 10px !important; | |
| 1481 | 1486 | } |
| 1482 | 1487 | .wppm-popover-menu-item:hover { |
| 1483 | 1488 | color: #fff; |
| 1484 | 1489 | background-color: #313042 !important; |
| @@ -1499,66 +1504,5 @@ | ||
| 1499 | 1504 | } |
| 1500 | 1505 | |
| 1501 | 1506 | .wppm-button.small { |
| 1502 | 1507 | font-size: 12px !important; |
| 1503 | -} | |
| 1504 | - | |
| 1505 | -#wppm_task_description, #wppm_add_new_project #wppm_proj_description{ | |
| 1506 | - height: 160px !important; | |
| 1507 | - width: 100% !important; | |
| 1508 | -} | |
| 1509 | - | |
| 1510 | -/* Form fields */ | |
| 1511 | -.wppm-input-group { | |
| 1512 | - width: 100%; | |
| 1513 | - display: flex; | |
| 1514 | - flex-direction: column; | |
| 1515 | - padding-bottom: 15px; | |
| 1516 | - box-sizing: border-box; | |
| 1517 | -} | |
| 1518 | -.wppm-input-group .label-container { | |
| 1519 | - display: flex; | |
| 1520 | - align-items: center; | |
| 1521 | - color: #000; | |
| 1522 | - margin-bottom: 2px; | |
| 1523 | -} | |
| 1524 | -.wppm-input-group label { | |
| 1525 | - font-size: 12px; | |
| 1526 | - font-weight: 600; | |
| 1527 | - margin-left: 5px; | |
| 1528 | -} | |
| 1529 | -.wppm-input-group .label-container svg { | |
| 1530 | - width: 12px; | |
| 1531 | - margin-right: 5px; | |
| 1532 | -} | |
| 1533 | -.wppm-input-group input[type="text"], | |
| 1534 | -.wppm-input-group select { | |
| 1535 | - width: 100%; | |
| 1536 | - max-width: 100%; | |
| 1537 | -} | |
| 1538 | - | |
| 1539 | - @media (max-width: 768px) { | |
| 1540 | - .wppm_task_list{ | |
| 1541 | - flex-basis: 50% !important; | |
| 1542 | - } | |
| 1543 | - } | |
| 1544 | - | |
| 1545 | -#wppmprint_menu{ | |
| 1546 | - display: flex; | |
| 1547 | - flex-direction: column; | |
| 1548 | - position: absolute; | |
| 1549 | - background: white; | |
| 1550 | - border: 1px solid #ccc; | |
| 1551 | - z-index: 1000; | |
| 1552 | - margin-left: 155px; | |
| 1553 | - display: none; | |
| 1554 | -} | |
| 1555 | - | |
| 1556 | -#wppmprint_menu a { | |
| 1557 | - padding: 8px 12px; | |
| 1558 | - text-decoration: none; | |
| 1559 | - color: #333; | |
| 1560 | -} | |
| 1561 | - | |
| 1562 | -#wppmprint_menu a:hover { | |
| 1563 | - background: #f0f0f0; | |
| 1564 | 1508 | } |