You are here

oa-messages-mail.css in Open Atrium Core 7.2

div.mail-table {
  width: 100%;
  background: #fbfbfb;
  border: 1px solid #E3E3E3;
  border-radius: 4px;
}

h2.subject {
  font-size: 20px;
}

.user-badge {
  background-color: #f9f9f9;
  border: 1px solid #CCC;
  border-radius: 4px;
  text-align: right;
  padding: 5px 10px;
  float: right;
  margin: 5px;
}

.user-badge img {
  vertical-align: bottom;
}

.user-badge a {
  text-decoration: none;
}

.heading {
  padding: 10px;
  border-bottom: 1px solid #EEE;
}

.heading h3 {
  margin: 0;
}

.footer {
  padding: 10px;
  border-top: 1px solid #EEE;
}

.body{
  padding: 0 10px;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}

File

modules/oa_messages/css/oa-messages-mail.css
View source
  1. div.mail-table {
  2. width: 100%;
  3. background: #fbfbfb;
  4. border: 1px solid #E3E3E3;
  5. border-radius: 4px;
  6. }
  7. h2.subject {
  8. font-size: 20px;
  9. }
  10. .user-badge {
  11. background-color: #f9f9f9;
  12. border: 1px solid #CCC;
  13. border-radius: 4px;
  14. text-align: right;
  15. padding: 5px 10px;
  16. float: right;
  17. margin: 5px;
  18. }
  19. .user-badge img {
  20. vertical-align: bottom;
  21. }
  22. .user-badge a {
  23. text-decoration: none;
  24. }
  25. .heading {
  26. padding: 10px;
  27. border-bottom: 1px solid #EEE;
  28. }
  29. .heading h3 {
  30. margin: 0;
  31. }
  32. .footer {
  33. padding: 10px;
  34. border-top: 1px solid #EEE;
  35. }
  36. .body{
  37. padding: 0 10px;
  38. font-size: 14px;
  39. line-height: 20px;
  40. color: #333;
  41. }