You are here

privatemsg.css in Privatemsg 5

Same filename and directory in other branches
  1. 5.3 privatemsg.css
.pm-view-table {
  width: auto;
}

.pm-view-table .title-cell {
  font-weight: bold;
  text-align: right;
}

.pm-view-table .data-cell {
  width: 100%;
}

.pm-block-link {
  margin-left: 1em;
}

.pm-spacer {
  margin-left: 1em;
}

#center form#privatemsg-view-form {
  margin-bottom: 0em;
}

.pm-contacts-table {
  width: auto;
}

.pm-view-table .form-item .description {
  margin-bottom: 0em;
}

.pm-controls .form-submit{
  margin: 0;
  margin-top: 1em;
}
.pm-inbox-avatar { 
text-align : center;
}
.pm-inbox-avatar .picture { 
  float: none;
  padding: 0;
}
.data-cell .pm-inbox-avatar {
  text-align: left;
}

File

privatemsg.css
View source
  1. .pm-view-table {
  2. width: auto;
  3. }
  4. .pm-view-table .title-cell {
  5. font-weight: bold;
  6. text-align: right;
  7. }
  8. .pm-view-table .data-cell {
  9. width: 100%;
  10. }
  11. .pm-block-link {
  12. margin-left: 1em;
  13. }
  14. .pm-spacer {
  15. margin-left: 1em;
  16. }
  17. #center form#privatemsg-view-form {
  18. margin-bottom: 0em;
  19. }
  20. .pm-contacts-table {
  21. width: auto;
  22. }
  23. .pm-view-table .form-item .description {
  24. margin-bottom: 0em;
  25. }
  26. .pm-controls .form-submit{
  27. margin: 0;
  28. margin-top: 1em;
  29. }
  30. .pm-inbox-avatar {
  31. text-align : center;
  32. }
  33. .pm-inbox-avatar .picture {
  34. float: none;
  35. padding: 0;
  36. }
  37. .data-cell .pm-inbox-avatar {
  38. text-align: left;
  39. }