styles.css 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. div.dotmailer-success{background:url(images/i_msg-success.png) no-repeat; padding:10px;}
  2. div.dotmailer-error{background:url(images/i_msg-error.png) no-repeat;padding:10px; }
  3. .ddg-rules-conditions { width: 160px; }
  4. .ddg-config-daterange-wrapper {
  5. width: 200px;
  6. margin-bottom: 2px;
  7. }
  8. .ddg-config-daterange-wrapper p {
  9. width:45px !important;
  10. margin: 0 !important;
  11. display: inline-block;
  12. font-weight:bold;
  13. }
  14. .ddg-dashboard-table { width: 100%}
  15. .ddg-dashboard-table td { width: 45%}
  16. .ddg-edc-wrapper {
  17. width: 200px;
  18. height: auto;
  19. float: right
  20. }
  21. .ddg-edc-title {
  22. font-weight: bold;
  23. padding: 3px;
  24. font-size: 12px;
  25. text-align: center;
  26. }
  27. .ddg-edc-content {
  28. width: 200px;
  29. height: auto;
  30. border: solid 1px black;
  31. padding-top: 50px;
  32. padding-bottom: 50px;
  33. }
  34. .ddg-edc-content a img {
  35. width: 85px;
  36. height: 85px;
  37. display: block;
  38. margin-left: auto;
  39. margin-right: auto;
  40. }
  41. .ddg-edc-preview-coupon-title {
  42. margin-top: 20px;
  43. font-weight: bold;
  44. padding: 3px;
  45. font-size: 12px;
  46. text-align: center;
  47. }
  48. .ddg-edc-coupon-text {
  49. width: 200px;
  50. height: auto;
  51. border: solid 1px black;
  52. padding-top: 10px;
  53. padding-bottom: 10px;
  54. text-align: center;
  55. }
  56. .ddg-edc-content div { text-align: center; }
  57. .ddg-dynamic-content {
  58. cursor: pointer!important;
  59. background-color: #fff!important;
  60. }
  61. .ddg-tooltip{
  62. position:absolute;
  63. top:-15px;
  64. background-color:#333;
  65. color:#fff;
  66. padding:5px;
  67. border-radius:5px;
  68. }