You are here

privatemsg-view.css in Privatemsg 6

Same filename and directory in other branches
  1. 6.2 styles/privatemsg-view.css
.privatemsg-box-fb {
  text-align  : left;
}

.left-column {
  float       : left;
  width       : 100px;
}

.privatemsg-box-fb .avatar-fb {
  margin      : 5px;
  text-align  : center;
}
.privatemsg-box-fb .picture {
 float    : none; 
 padding  : 0 0 0 0;
}
.middle-column {
  float       : left;
  width       : 150px;
  text-align  : right;
}
.name {
  margin      : 5px 15px 0px 0px;
  font-size   : 11px;
  font-weight : bold;
} 
.date {
  color         : #777777;
  font-size     : 9px;
  margin        : 0px 15px 0pt 0pt;
} 
.right-column {
  margin:0 0 0 250px;
}
.clear-both {
  clear       : both;
}
.bottom-border {
  border-bottom: 1px solid #C5C5C5;
  margin       : 0 0 10px 250px;
}
.message-body {
  padding     : 0px;
  margin      : 0 0 0 5px;
  overflow    : auto;
}

.message-actions li {
  list-style-type:none;
  float:left;
  padding:5px;
  background-image:none;
}

.privatemsg-view-pager {
  margin: 20px 0 20px 200px;
  padding-left: 10px;
  width: 300px;
}

File

styles/privatemsg-view.css
View source
  1. .privatemsg-box-fb {
  2. text-align : left;
  3. }
  4. .left-column {
  5. float : left;
  6. width : 100px;
  7. }
  8. .privatemsg-box-fb .avatar-fb {
  9. margin : 5px;
  10. text-align : center;
  11. }
  12. .privatemsg-box-fb .picture {
  13. float : none;
  14. padding : 0 0 0 0;
  15. }
  16. .middle-column {
  17. float : left;
  18. width : 150px;
  19. text-align : right;
  20. }
  21. .name {
  22. margin : 5px 15px 0px 0px;
  23. font-size : 11px;
  24. font-weight : bold;
  25. }
  26. .date {
  27. color : #777777;
  28. font-size : 9px;
  29. margin : 0px 15px 0pt 0pt;
  30. }
  31. .right-column {
  32. margin:0 0 0 250px;
  33. }
  34. .clear-both {
  35. clear : both;
  36. }
  37. .bottom-border {
  38. border-bottom: 1px solid #C5C5C5;
  39. margin : 0 0 10px 250px;
  40. }
  41. .message-body {
  42. padding : 0px;
  43. margin : 0 0 0 5px;
  44. overflow : auto;
  45. }
  46. .message-actions li {
  47. list-style-type:none;
  48. float:left;
  49. padding:5px;
  50. background-image:none;
  51. }
  52. .privatemsg-view-pager {
  53. margin: 20px 0 20px 200px;
  54. padding-left: 10px;
  55. width: 300px;
  56. }