timesheet source code
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

48 Zeilen
1.1KB

  1. @CHARSET "UTF-8";
  2. .jobsummary section{
  3. margin-bottom:0px;
  4. }
  5. .jobfield{
  6. width: 100%;
  7. margin: 0 0 0px;
  8. padding: 0.5em 0.5em 0.5em 4em;
  9. }
  10. .confirmfield{
  11. padding-top:auto;
  12. padding-bottom:auto;
  13. padding-left: 20px;
  14. background-color: #f7be68;
  15. font-weight:bolder;
  16. font-size: 1.5em;
  17. }
  18. .confirmfield label{
  19. width: 100%;
  20. }
  21. .fullinner > .vc_column-inner {padding:0px;}
  22. .jobcard {
  23. margin-top: 10px !important;
  24. margin-bottom: 20px !important;
  25. border-top-width: 0px !important;
  26. border-right-width: 0px !important;
  27. border-bottom-width: 0px !important;
  28. border-left-width: 0px !important;
  29. padding-top: 0px !important;
  30. padding-right: 0px !important;
  31. padding-bottom: 0px !important;
  32. padding-left: 0px !important;
  33. background-color: #f7be68 !important;
  34. box-shadow: 0px 0px 10px black;
  35. width: 96% !important;
  36. margin-left: 2% !important;
  37. margin-right: 2% !important;
  38. left: 0px !important;
  39. }
  40. .jobcard .vc_message_box{
  41. border-color:transparent;
  42. }
  43. #jobtemplate{
  44. display:none;
  45. }