| @@ -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; |
| @@ -404,9 +404,8 @@ | ||
| 404 | 404 | top: 50px; |
| 405 | 405 | right: 50px; |
| 406 | 406 | font-size: 15px; |
| 407 | 407 | font-weight: bold; |
| 408 | - z-index: 10000000000000; | |
| 409 | 408 | } |
| 410 | 409 | #wppm_add_new_project{ |
| 411 | 410 | margin:20px; |
| 412 | 411 | background-color: #FFFFFF; |
| @@ -452,9 +451,12 @@ | ||
| 452 | 451 | #wppm_apply_filter{ |
| 453 | 452 | background-color:#306EFF; |
| 454 | 453 | margin-bottom:2px; |
| 455 | 454 | } |
| 456 | - | |
| 455 | +#wppm_project_table{ | |
| 456 | + margin: 15px; | |
| 457 | + overflow-x: auto; | |
| 458 | +} | |
| 457 | 459 | .wppm_label{ |
| 458 | 460 | font-size: 12px; |
| 459 | 461 | font-weight: 600; |
| 460 | 462 | color: #9c9c9c; |
| @@ -471,11 +473,11 @@ | ||
| 471 | 473 | border-radius: 20px; |
| 472 | 474 | font: 12px "Helvetica Neue",Arial,Helvetica,sans-serif; |
| 473 | 475 | } |
| 474 | 476 | #wppm_project_search_filter_img, .wppm_task_search_filter_img{ |
| 475 | - position: relative !important; | |
| 477 | + position: absolute; | |
| 476 | 478 | top: 10px; |
| 477 | - left: 30px; | |
| 479 | + left: 18px; | |
| 478 | 480 | } |
| 479 | 481 | .wppm_add_new_task_img, .wppm_task_list_image{ |
| 480 | 482 | padding-right: 5px; |
| 481 | 483 | padding-bottom: 3px; |
| @@ -779,11 +781,13 @@ | ||
| 779 | 781 | padding: 5px; |
| 780 | 782 | background-color: #FFFFFF; |
| 781 | 783 | float: right; |
| 782 | 784 | border-radius: 4px; |
| 785 | + margin-right: 10px; | |
| 783 | 786 | cursor: pointer; |
| 784 | 787 | font: 13px "Helvetica Neue",Helvetica,Arial,sans-serif; |
| 785 | 788 | color: #858c96; |
| 789 | + margin-top: 5px; | |
| 786 | 790 | } |
| 787 | 791 | #wppm_select_user_role{ |
| 788 | 792 | margin: 10px 10px 10px 0px; |
| 789 | 793 | } |
| @@ -979,9 +983,9 @@ | ||
| 979 | 983 | .wppm_edit_task_details_widget, .wppm_thread_action, .wppm_edit_project_details_widget{ |
| 980 | 984 | float:right; |
| 981 | 985 | cursor:pointer; |
| 982 | 986 | } |
| 983 | -.wppm_add_new_task_btn, #wppm_task_list_btn,#wppm_delete_btn,#wppm_delete_task_btn,#wppm_clone_task_btn,#wppm_print_task_btn,#wppm_archieve_task_btn{ | |
| 987 | +.wppm_add_new_task_btn, #wppm_task_list_btn,#wppm_delete_btn,#wppm_delete_task_btn,#wppm_clone_task_btn{ | |
| 984 | 988 | cursor: pointer; |
| 985 | 989 | } |
| 986 | 990 | #wppm_project_details_container{ |
| 987 | 991 | border: 1px solid #eee; |
| @@ -1372,252 +1376,5 @@ | ||
| 1372 | 1376 | width: 100%; |
| 1373 | 1377 | display: flex; |
| 1374 | 1378 | flex-wrap: grid; |
| 1375 | 1379 | align-items: center; |
| 1376 | -} | |
| 1377 | - | |
| 1378 | -/* Checkboxes */ | |
| 1379 | -#wppm-container .checkbox-container, | |
| 1380 | -.wppm-modal .checkbox-container, #wppm_task_list_container .checkbox-container { | |
| 1381 | - display: flex; | |
| 1382 | - line-height: normal; | |
| 1383 | -} | |
| 1384 | -#wppm-container .checkbox-container input, | |
| 1385 | -.wppm-modal .checkbox-container input, #wppm_task_list_container .checkbox-container input{ | |
| 1386 | - padding: 0; | |
| 1387 | - height: initial; | |
| 1388 | - width: initial; | |
| 1389 | - margin-bottom: 0; | |
| 1390 | - display: none; | |
| 1391 | - cursor: pointer; | |
| 1392 | -} | |
| 1393 | -#wppm-container .checkbox-container label, | |
| 1394 | -.wppm-modal .checkbox-container label , #wppm_task_list_container .checkbox-container label{ | |
| 1395 | - position: relative; | |
| 1396 | - cursor: pointer; | |
| 1397 | - padding: 0 !important; | |
| 1398 | - font-size: 14px !important; | |
| 1399 | -} | |
| 1400 | -#wppm-container .checkbox-container label:before, | |
| 1401 | -.wppm-modal .checkbox-container label:before , #wppm_task_list_container .checkbox-container label:before{ | |
| 1402 | - content:''; | |
| 1403 | - -webkit-appearance: none; | |
| 1404 | - background-color: #fff; | |
| 1405 | - box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05); | |
| 1406 | - display: inline-block; | |
| 1407 | - position: relative; | |
| 1408 | - vertical-align: middle; | |
| 1409 | - cursor: pointer; | |
| 1410 | - margin-left: 5px; | |
| 1411 | - border: 1px solid #8a8a8a; | |
| 1412 | -} | |
| 1413 | -#wppm-container .checkbox-container input:checked + label:after, | |
| 1414 | -.wppm-modal .checkbox-container input:checked + label:after, #wppm_task_list_container .checkbox-container input:checked + label:after{ | |
| 1415 | - content: ''; | |
| 1416 | - display: block; | |
| 1417 | - position: absolute; | |
| 1418 | - top: 1px; | |
| 1419 | - right: 9px; | |
| 1420 | - width: 6px; | |
| 1421 | - height: 9px; | |
| 1422 | - border: solid #0079bf; | |
| 1423 | - border-width: 0 0 2px 2px; | |
| 1424 | - transform: matrix(-1, -1, -1, 1, 3, 0); | |
| 1425 | -} | |
| 1426 | -#wppm-container .checkbox-container label, | |
| 1427 | -.wppm-modal .checkbox-container label, #wppm_task_list_container .checkbox-container label{ | |
| 1428 | - display: flex; | |
| 1429 | -} | |
| 1430 | -#wppm-container .checkbox-container label:before, | |
| 1431 | -.wppm-modal .checkbox-container label:before, #wppm_task_list_container .checkbox-container label:before{ | |
| 1432 | - width: 18px !important; | |
| 1433 | - height: 18px !important; | |
| 1434 | - box-sizing: border-box; | |
| 1435 | - padding: 8px; | |
| 1436 | -} | |
| 1437 | -#wppm-container .checkbox-container label:after, | |
| 1438 | -.wppm-modal .checkbox-container label:after, #wppm_task_list_container .checkbox-container label:after { | |
| 1439 | - flex-grow: 1; | |
| 1440 | -} | |
| 1441 | -#wppm-container .checkbox-container p, | |
| 1442 | -.wppm-modal .checkbox-container p, #wppm_task_list_container .checkbox-container p{ | |
| 1443 | - margin: 0 !important; | |
| 1444 | -} | |
| 1445 | - | |
| 1446 | -.wppm-bulk-actions { | |
| 1447 | - display: flex; | |
| 1448 | - align-items: center; | |
| 1449 | -} | |
| 1450 | -.wppm-bulk-actions select { | |
| 1451 | - min-width: 150px; | |
| 1452 | - max-width: 250px; | |
| 1453 | - margin-left: 5px; | |
| 1454 | -} | |
| 1455 | -.wppm-bulk-actions button { | |
| 1456 | - margin-left: 10px; | |
| 1457 | - display: flex; | |
| 1458 | - align-items: center; | |
| 1459 | -} | |
| 1460 | -.wppm-bulk-actions button svg { | |
| 1461 | - height: 13px; | |
| 1462 | - margin-right: 15px; | |
| 1463 | -} | |
| 1464 | - | |
| 1465 | -#wppm-bulk-actions{ | |
| 1466 | - left: 0px!important; | |
| 1467 | -} | |
| 1468 | - | |
| 1469 | -/* Popover Menu */ | |
| 1470 | -.wppm-popover-menu { | |
| 1471 | - padding: 3px !important; | |
| 1472 | - border-radius: 3px !important; | |
| 1473 | -} | |
| 1474 | -.wppm-popover-menu-item { | |
| 1475 | - display: flex; | |
| 1476 | - align-items: center; | |
| 1477 | - padding: 10px; | |
| 1478 | - cursor: pointer; | |
| 1479 | - background-color: #fff; | |
| 1480 | - color: #707070; | |
| 1481 | - margin-left: 10px !important; | |
| 1482 | -} | |
| 1483 | -.wppm-popover-menu-item:hover { | |
| 1484 | - color: #fff; | |
| 1485 | - background-color: #313042 !important; | |
| 1486 | -} | |
| 1487 | -.wppm-popover-menu-item svg { | |
| 1488 | - width: 14px; | |
| 1489 | - margin-left: 10px; | |
| 1490 | -} | |
| 1491 | -.wppm-popover-menu-item span { | |
| 1492 | - font-size: 14px; | |
| 1493 | -} | |
| 1494 | - | |
| 1495 | -.wppm-button.secondary { | |
| 1496 | - border: 1px solid #ccc !important; | |
| 1497 | - background-color: #fff !important; | |
| 1498 | - color: #313042 !important; | |
| 1499 | - font: 14px "Helvetica Neue", Arial, Helvetica, sans-serif !important; | |
| 1500 | -} | |
| 1501 | - | |
| 1502 | -.wppm-button.small { | |
| 1503 | - font-size: 12px !important; | |
| 1504 | -} | |
| 1505 | - | |
| 1506 | -#wppm_task_description, #wppm_add_new_project #wppm_proj_description{ | |
| 1507 | - height: 160px !important; | |
| 1508 | - width: 100% !important; | |
| 1509 | -} | |
| 1510 | - | |
| 1511 | -/* Form fields */ | |
| 1512 | -.wppm-input-group { | |
| 1513 | - width: 100%; | |
| 1514 | - display: flex; | |
| 1515 | - flex-direction: column; | |
| 1516 | - padding-bottom: 15px; | |
| 1517 | - box-sizing: border-box; | |
| 1518 | -} | |
| 1519 | -.wppm-input-group .label-container { | |
| 1520 | - display: flex; | |
| 1521 | - align-items: center; | |
| 1522 | - color: #000; | |
| 1523 | - margin-bottom: 2px; | |
| 1524 | -} | |
| 1525 | -.wppm-input-group label { | |
| 1526 | - font-size: 12px; | |
| 1527 | - font-weight: 600; | |
| 1528 | - margin-left: 5px; | |
| 1529 | -} | |
| 1530 | -.wppm-input-group .label-container svg { | |
| 1531 | - width: 12px; | |
| 1532 | - margin-right: 5px; | |
| 1533 | -} | |
| 1534 | -.wppm-input-group input[type="text"], | |
| 1535 | -.wppm-input-group select { | |
| 1536 | - width: 100%; | |
| 1537 | - max-width: 100%; | |
| 1538 | -} | |
| 1539 | - | |
| 1540 | - @media (max-width: 768px) { | |
| 1541 | - .wppm_task_list{ | |
| 1542 | - flex-basis: 50% !important; | |
| 1543 | - } | |
| 1544 | - } | |
| 1545 | - | |
| 1546 | -#wppmprint_menu{ | |
| 1547 | - display: flex; | |
| 1548 | - flex-direction: column; | |
| 1549 | - position: absolute; | |
| 1550 | - background: white; | |
| 1551 | - border: 1px solid #ccc; | |
| 1552 | - z-index: 1000; | |
| 1553 | - margin-left: 155px; | |
| 1554 | - display: none; | |
| 1555 | -} | |
| 1556 | - | |
| 1557 | -#wppmprint_menu a { | |
| 1558 | - padding: 8px 12px; | |
| 1559 | - text-decoration: none; | |
| 1560 | - color: #333; | |
| 1561 | -} | |
| 1562 | - | |
| 1563 | -#wppmprint_menu a:hover { | |
| 1564 | - background: #f0f0f0; | |
| 1565 | -} | |
| 1566 | - | |
| 1567 | -.wppm_checklist_items_container { list-style: none; padding-left: 0; } | |
| 1568 | -.wppm_checklist_items_container .wppm_checklist_item { | |
| 1569 | - padding: 6px 10px; | |
| 1570 | - background: #fff; | |
| 1571 | - margin-bottom: 4px; | |
| 1572 | - border: 1px solid #ddd; | |
| 1573 | - cursor: grab; | |
| 1574 | - display: flex; | |
| 1575 | - align-items: center; | |
| 1576 | -} | |
| 1577 | -.wppm_checklist_items_container .wppm_chk_items_drag { | |
| 1578 | - margin-right: 10px; | |
| 1579 | - cursor: move; | |
| 1580 | -} | |
| 1581 | - | |
| 1582 | -/* Main container */ | |
| 1583 | -/* GRID CONTAINER */ | |
| 1584 | -.wppm_bootstrap .pricing-flex { | |
| 1585 | - display: grid !important; | |
| 1586 | - grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); | |
| 1587 | - gap: 20px; | |
| 1588 | - align-items: stretch; | |
| 1589 | -} | |
| 1590 | - | |
| 1591 | -/* CARD */ | |
| 1592 | -.wppm_bootstrap .pricing-widget { | |
| 1593 | - display: flex; | |
| 1594 | - flex-direction: column; | |
| 1595 | - | |
| 1596 | - background: #fff; | |
| 1597 | - border: 1px solid #e5e5e5; | |
| 1598 | - border-radius: 6px; | |
| 1599 | - padding: 15px; | |
| 1600 | - box-sizing: border-box; | |
| 1601 | -} | |
| 1602 | - | |
| 1603 | -/* BODY GROWS */ | |
| 1604 | -.wppm_bootstrap .pricing-widget .pbody { | |
| 1605 | - flex: 1; | |
| 1606 | -} | |
| 1607 | - | |
| 1608 | -/* FOOTER */ | |
| 1609 | -/* .wppm_bootstrap .pricing-widget .pfooter { | |
| 1610 | - display: flex; | |
| 1611 | - justify-content: space-between; | |
| 1612 | - gap: 10px; | |
| 1613 | - margin-top: 15px; | |
| 1614 | -} | |
| 1615 | - | |
| 1616 | -/* MOBILE FOOTER STACK */ | |
| 1617 | -@media (max-width: 480px) { | |
| 1618 | - .wppm_bootstrap .pricing-widget .pfooter { | |
| 1619 | - flex-direction: column; | |
| 1620 | - } | |
| 1621 | -} */ | |
| 1622 | - | |
| 1623 | - | |
| 1380 | +} | |