You are here

oa_notifications.css in Open Atrium Notifications 7.2

.notifications > ul {
  margin: 0;
}

.pane-oa-notifications-pane .flag-subscribe-section-content {
  margin-bottom: 1em;
}

.notifications li > .remove-link {
  float: right;
  display: none;
}

.notifications li {
  margin-left: -10px;
  padding: 2px 10px;
  height: 28px;
}

.notifications li > i {
  display: inline-block;
  width: 24px;
  text-align: center;
}

.notifications li img {
  vertical-align: middle;
  height: 24px;
  width: 24px;
}

.notifications a {
  font-size: 14px;
}

.notifications li:hover {
  background-color: #D5D5D5;
}

.notifications li:hover > .remove-link {
  display: inline;
}

.notifications .oa-user-blocked {
  text-decoration: line-through;
}

#notification-details {
  font-size: 12px;
}

.oa-notify-details {
  height: 28px;
}

.oa-notify-details input {
  background: transparent;
  border: none;
  box-shadow: none;
  margin: 0 0 0 18px;
  padding: 0 10px;
  color: #0071B3;
  font-style: italic;
  font-size: 12px;
}

.oa-notify-details input:hover {
  background-color: #D5D5D5;
  text-decoration: underline;
}

.oa-notify-item.oa-notify-detail {
  margin-left: 24px;
}

.pane-oa-notifications-pane .flag-wrapper {
  display: inline-block;
}

.pane-oa-notifications-pane .follow-description {
  display: inline-block;
}

.pane-oa-notifications-pane .flag-message {
  display: inline-block !important;
  position: relative;
  top: 0;
  width: auto;
}

#notify-list label {
  font-weight: normal;
}

.oa-notify-details {
  /* hide/show is handled in javascript */
  display: none;
}

File

oa_notifications.css
View source
  1. .notifications > ul {
  2. margin: 0;
  3. }
  4. .pane-oa-notifications-pane .flag-subscribe-section-content {
  5. margin-bottom: 1em;
  6. }
  7. .notifications li > .remove-link {
  8. float: right;
  9. display: none;
  10. }
  11. .notifications li {
  12. margin-left: -10px;
  13. padding: 2px 10px;
  14. height: 28px;
  15. }
  16. .notifications li > i {
  17. display: inline-block;
  18. width: 24px;
  19. text-align: center;
  20. }
  21. .notifications li img {
  22. vertical-align: middle;
  23. height: 24px;
  24. width: 24px;
  25. }
  26. .notifications a {
  27. font-size: 14px;
  28. }
  29. .notifications li:hover {
  30. background-color: #D5D5D5;
  31. }
  32. .notifications li:hover > .remove-link {
  33. display: inline;
  34. }
  35. .notifications .oa-user-blocked {
  36. text-decoration: line-through;
  37. }
  38. #notification-details {
  39. font-size: 12px;
  40. }
  41. .oa-notify-details {
  42. height: 28px;
  43. }
  44. .oa-notify-details input {
  45. background: transparent;
  46. border: none;
  47. box-shadow: none;
  48. margin: 0 0 0 18px;
  49. padding: 0 10px;
  50. color: #0071B3;
  51. font-style: italic;
  52. font-size: 12px;
  53. }
  54. .oa-notify-details input:hover {
  55. background-color: #D5D5D5;
  56. text-decoration: underline;
  57. }
  58. .oa-notify-item.oa-notify-detail {
  59. margin-left: 24px;
  60. }
  61. .pane-oa-notifications-pane .flag-wrapper {
  62. display: inline-block;
  63. }
  64. .pane-oa-notifications-pane .follow-description {
  65. display: inline-block;
  66. }
  67. .pane-oa-notifications-pane .flag-message {
  68. display: inline-block !important;
  69. position: relative;
  70. top: 0;
  71. width: auto;
  72. }
  73. #notify-list label {
  74. font-weight: normal;
  75. }
  76. .oa-notify-details {
  77. /* hide/show is handled in javascript */
  78. display: none;
  79. }