style.css

  1. 6.x themes/fp6_clean/style.css
  2. 6.x modules/engagements/css/style.css
  3. 6.x modules/alerts/css/style.css
  4. 6.x modules/system/css/style.css
  5. 6.x modules/calendar/css/style.css
  6. 6.x modules/student_profile/css/style.css
  7. 6.x modules/schools/css/style.css
  8. 4.x themes/classic/style.css
  9. 4.x modules/system/css/style.css
  10. 5.x themes/basic/style.css
  11. 5.x themes/fp5_clean/style.css
  12. 5.x themes/classic/style.css
  13. 5.x modules/system/css/style.css

This CSS file is for the engagements module

File

modules/engagements/css/style.css
View source
  1. /**
  2. * @file
  3. * This CSS file is for the engagements module
  4. */
  5. #engagements-list-page .add-engagements-buttons {
  6. float: right;
  7. padding-right: 20px;
  8. padding-left: 10px;
  9. }
  10. .engagements-list {
  11. padding: 20px;
  12. }
  13. .sms-undelivered-error {
  14. color: red;
  15. font-weight: bold;
  16. padding: 10px;
  17. }
  18. #engagements-list-page .email-body {
  19. max-height: 150px;
  20. overflow: hidden;
  21. transition: max-height 2s;
  22. }
  23. #engagements-list-page .more-body-link,
  24. #engagements-list-page .less-body-link
  25. {
  26. display: block;
  27. text-align: center;
  28. border-top: 1px solid #ccc;
  29. margin-top: 5px;
  30. }
  31. #engagements-list-page .activity-feed-teaser {
  32. padding: 10px;
  33. margin-bottom: 40px;
  34. box-shadow: 2px 2px 5px #ccc;
  35. color: #555;
  36. min-height: 100px;
  37. }
  38. #engagements-list-page .activity-feed-teaser-sent {
  39. background-color: #e6f7ff;
  40. width: 90%;
  41. float: right;
  42. }
  43. #engagements-list-page .activity-feed-teaser-received {
  44. background-color: #e6ffe6;
  45. width: 90%;
  46. }
  47. #engagements-list-page .activity-feed-teaser .activity-header-content .header-icon {
  48. display: inline-block;
  49. width: 30px;
  50. color: #888;
  51. }
  52. #engagements-list-page .activity-feed-teaser .activity-header-content .header-email-opens {
  53. margin-left: 40px;
  54. }
  55. #engagements-list-page .activity-feed-teaser .activity-header-content .header-description {
  56. font-weight: bold;
  57. color: #888;
  58. }
  59. #engagements-list-page .activity-feed-teaser .activity-header-content .header-privacy {
  60. float: right;
  61. margin-right: 10px;
  62. color: #999;
  63. }
  64. #engagements-list-page .header-desc-extra {
  65. display: inline-block;
  66. margin-left: 40px;
  67. }
  68. #engagements-list-page .activity-feed-teaser .activity-header-content .header-author {
  69. float: right;
  70. font-size: 0.9em;
  71. margin-right: 20px;
  72. }
  73. #engagements-list-page .activity-feed-teaser .activity-header-content .header-date-time {
  74. float: right;
  75. font-size: 0.9em;
  76. margin-right: 10px;
  77. }
  78. #engagements-list-page .activity-feed-teaser .activity-header-content .header-visibility {
  79. float: right;
  80. font-size: 0.9em;
  81. margin-right: 20px;
  82. }
  83. #engagements-list-page .activity-feed-teaser .activity-header-content .header-edit {
  84. float: right;
  85. }
  86. #engagements-list-page .activity-feed-teaser .activity-contents {
  87. margin-left: 30px;
  88. margin-top: 10px;
  89. }
  90. .activity-feed-teaser .email-subject {
  91. display: inline-block;
  92. border-bottom: 1px solid #ccc;
  93. }
  94. .page-is-popup #fp-form-content_edit_content_form .element-type-textfield input,
  95. .page-is-popup #fp-form-content_edit_content_form .element-type-select select,
  96. .page-is-popup #fp-form-content_edit_content_form .element-type-datetime-local input,
  97. #ignore .ignoreme
  98. {
  99. width: 95%;
  100. max-width: 95%;
  101. }
  102. .engagement-field-mark {
  103. font-size: 1.2em;
  104. }
  105. .engagement-field-mark label {
  106. display: inline;
  107. font-weight: bold;
  108. }
  109. .engagement-field-mark .engagement-student-extra-mark {
  110. display: inline-block;
  111. padding-left: 10px;
  112. font-weight: bold;
  113. color: #888;
  114. }
  115. #element-wrapper-visibility .radio-element {
  116. display: inline-block;
  117. }
  118. .mass-sms-batch-results {
  119. padding: 0 20px;
  120. border: 2px solid gold;
  121. }
  122. .mass-msg-sent-trunc {
  123. padding: 10px;
  124. margin-left: 20px;
  125. border: 1px dashed #ccc;
  126. }