webform.css 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  1. .webform-addons-projects details {
  2. background: none;
  3. }
  4. .webform-multiple-add {
  5. margin-top: 20px;
  6. }
  7. .webform-multiple-add .field-suffix {
  8. margin-left: 10px;
  9. }
  10. .webform-contribute-community-info {
  11. display: inline-block;
  12. border-radius: 0;
  13. }
  14. .webform-ajax-link img {
  15. max-width: 400px;
  16. }
  17. .webform-details-toggle-state-wrapper {
  18. margin-top: 0;
  19. }
  20. .ui-dialog-content .webform-details-toggle-state {
  21. height: 45px;
  22. padding: 0 15px;
  23. outline: none;
  24. }
  25. .ui-dialog-content .webform-details-toggle-state:hover {
  26. background-color: #f9f9f9;
  27. text-decoration: none;
  28. }
  29. .form--inline.webform-ui-element-form-inline--input .form-item select,
  30. .form--inline.webform-ui-element-form-inline--input .form-item input[type="text"],
  31. .form--inline.webform-ui-element-form-inline--input .form-item input[type="number"] {
  32. width: 100%;
  33. }
  34. .button-webform-play {
  35. margin-left: 10px;
  36. }
  37. .webform-message {
  38. margin-top: 20px;
  39. }
  40. html.js .webform-message--close .webform-message__link {
  41. right: 24px;
  42. top: 16px;
  43. }
  44. .webform-message .messages.messages--promotion_drupal_association {
  45. box-shadow: none;
  46. background-color: #f5f5f5;
  47. background-position: 20px center;
  48. padding-left: 140px;
  49. }
  50. .webform-message .messages.messages--promotion_drupal_association .button {
  51. margin-left: 20px;
  52. }
  53. html.js .webform-message--close .messages.messages--promotion_drupal_association .webform-message__link {
  54. top: 22px;
  55. right: 24px;
  56. }
  57. .webform-multiple-table td.webform-multiple-table--operations {
  58. padding: 0 20px;
  59. }
  60. .messages.messages--info {
  61. box-shadow: none;
  62. background-position: 16px 18px;
  63. }
  64. blockquote.webform-contribute-quote {
  65. font-size: 26px;
  66. font-weight: 300;
  67. margin: 30px 0;
  68. line-height: 36px;
  69. }
  70. blockquote.webform-contribute-quote:before {
  71. display: none;
  72. }
  73. .webform-contribute-community-info__item {
  74. background: transparent;
  75. }
  76. .webform-contribute-community-info__header {
  77. font-weight: bold;
  78. font-size: 16px;
  79. text-transform: none;
  80. }
  81. .webform-contribute-community-info__item-title {
  82. color: #0678be;
  83. }
  84. .webform-contribute-community-info__item {
  85. padding: 20px 20px 40px 20px;
  86. }
  87. .webform-contribute-content {
  88. max-width: 480px;
  89. }
  90. .webform-contribute-content hr {
  91. margin: 30px 0 20px 0;
  92. }
  93. th.webform-results-table__icon,
  94. td.webform-results-table__icon {
  95. padding-left: 5px;
  96. padding-right: 5px;
  97. }
  98. .webform-states-table--operator {
  99. display: inline-flex;
  100. }
  101. .webform-states-table--operator * {
  102. margin-right: 10px;
  103. }
  104. .webform-states-table--operator *:last-child {
  105. margin-right: 0;
  106. }
  107. .webform-ui-elements-table tr.webform-ui-element-type-webform_actions td {
  108. background-color: #f5f5f5;
  109. border-color: #e6e4df;
  110. }
  111. .button.button-webform-play:before {
  112. content: '► ';
  113. }
  114. .ui-dialog-content .webform-ajax-link {
  115. margin-left: 10px;
  116. }
  117. .ui-dialog .webform-states-table {
  118. margin-bottom: 20px;
  119. }
  120. .webform-ajax-messages {
  121. bottom: 81px;
  122. }