You are here

privatemsg-list.css in Privatemsg 7

.privatemsg-unread td {
  font-weight: bold;
}

.privatemsg-unread .privatemsg-list-subject .marker {
  font-weight: lighter;
}

.privatemsg-list-count {
  text-align: center;
}

.privatemsg-list-subject {
  min-width: 35%;
}

.privatemsg-list-date {
  min-width: 20%;
}

form#privatemsg-list div.container-inline * {
  margin: 0 2px;
}

File

styles/privatemsg-list.css
View source
  1. .privatemsg-unread td {
  2. font-weight: bold;
  3. }
  4. .privatemsg-unread .privatemsg-list-subject .marker {
  5. font-weight: lighter;
  6. }
  7. .privatemsg-list-count {
  8. text-align: center;
  9. }
  10. .privatemsg-list-subject {
  11. min-width: 35%;
  12. }
  13. .privatemsg-list-date {
  14. min-width: 20%;
  15. }
  16. form#privatemsg-list div.container-inline * {
  17. margin: 0 2px;
  18. }