You are here

privatemsg.css in Privatemsg 5.3

Same filename and directory in other branches
  1. 5 privatemsg.css
/* $Id */

.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;
}

File

privatemsg.css
View source
  1. /* $Id */
  2. .pm-view-table {
  3. width: auto;
  4. }
  5. .pm-view-table .title-cell {
  6. font-weight: bold;
  7. text-align: right;
  8. }
  9. .pm-view-table .data-cell {
  10. width: 100%;
  11. }
  12. .pm-block-link {
  13. margin-left: 1em;
  14. }
  15. .pm-spacer {
  16. margin-left: 1em;
  17. }
  18. #center form#privatemsg-view-form {
  19. margin-bottom: 0em;
  20. }
  21. .pm-contacts-table {
  22. width: auto;
  23. }
  24. .pm-view-table .form-item .description {
  25. margin-bottom: 0em;
  26. }
  27. .pm-controls .form-submit{
  28. margin: 0;
  29. margin-top: 1em;
  30. }