You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

53 lines
791 B

  1. .cron-example th {
  2. background: #f5f5f5;
  3. }
  4. .cron-example th div {
  5. padding: 5px;
  6. margin: 5px;
  7. font-family: monospace;
  8. min-width: 28px;
  9. text-align: center;
  10. }
  11. .cron-example td {
  12. position: relative;
  13. padding: 8px;
  14. }
  15. .cron-example .guide {
  16. position: absolute;
  17. top: 10px;
  18. left: 50%;
  19. bottom: 15px;
  20. width: 40%;
  21. border-left: 2px dotted #ddd;
  22. border-bottom: 2px dotted #ddd;
  23. }
  24. .desc {
  25. text-align: center;
  26. font-weight: bold;
  27. font-style: italic;
  28. font-size: 20px;
  29. color: #333;
  30. padding: 8px;
  31. margin-bottom: 8px;
  32. }
  33. #cron-examples {
  34. display: flex;
  35. flex-direction: row;
  36. flex-wrap: wrap;
  37. }
  38. #cron-examples .panel {
  39. width: 450px;
  40. margin-right: 20px;
  41. }
  42. .cron-example td.minor {
  43. color: #999;
  44. }