/public/stylesheets/messages.css

http://enginey.googlecode.com/ · CSS · 152 lines · 126 code · 26 blank · 0 comment · 0 complexity · ce252e04c4446f4cf61c9686d90eba47 MD5 · raw file

  1. #messages_links {
  2. float: left;
  3. margin-top: 15px;
  4. margin-left: 100px;
  5. }
  6. #messages_add {
  7. float: left;
  8. margin-left: 100px;
  9. }
  10. #add_message, #messages_table {
  11. background-color: #ffffff;
  12. padding: 25px;
  13. width: 650px;
  14. float: left;
  15. clear: both;
  16. margin-top: 20px;
  17. }
  18. #received_messages {
  19. float: left;
  20. clear: both;
  21. margin-bottom: 20px;
  22. }
  23. #sent_messages {
  24. float: left;
  25. clear: both;
  26. width: 100%;
  27. }
  28. #messages_table .title {
  29. font-weight: bold;
  30. font-size: 14pt;
  31. padding: 10px;
  32. width: 100%;
  33. }
  34. #add_message label {
  35. font-size: 10pt;
  36. width: 100px;
  37. float: left;
  38. }
  39. #add_message input {
  40. float: left;
  41. }
  42. #add_btn {
  43. float: left;
  44. clear: both;
  45. width: 100%;
  46. }
  47. .add_button {
  48. clear: both;
  49. float: right;
  50. background:#283F4B none repeat scroll 0 0;
  51. color:#FFFFFF;
  52. }
  53. .input_field {
  54. width: 300px;
  55. }
  56. .message_brief {
  57. border: 1px solid gray;
  58. width: 170px;
  59. height: 100px;
  60. float: left;
  61. margin: 8px;
  62. text-align: center;
  63. }
  64. .message_brief_text {
  65. float: left;
  66. }
  67. #main .col1 h1 {
  68. float: left;
  69. clear: both;
  70. margin-bottom: 0px;
  71. margin-top: 10px;
  72. font-size: 18pt;
  73. font-weight: normal;
  74. }
  75. .form_field {
  76. float: left;
  77. clear: both;
  78. width: 100%;
  79. margin-bottom: 20px;
  80. }
  81. #rec_message_table, #sent_message_table {
  82. width: 600px;
  83. }
  84. #rec_message_table thead th, #sent_message_table thead th {
  85. background-color: #283F4B;
  86. color: white;
  87. padding-top: 6px;
  88. padding-bottom: 6px;
  89. text-align: left;
  90. padding-left: 10px;
  91. }
  92. #rec_message_table td, #sent_message_table td {
  93. padding: 8px;
  94. }
  95. .message {
  96. float: left;
  97. margin-bottom: 25px;
  98. }
  99. .message_photo {
  100. float: left;
  101. }
  102. .message_text {
  103. float: left;
  104. margin-left: 5px;
  105. }
  106. .message_body {
  107. float: left;
  108. clear: both;
  109. width: 650px;
  110. padding: 10px;
  111. background-color: white;
  112. }
  113. .message_title {
  114. font-weight: bold;
  115. font-size: 12pt;
  116. margin-bottom: 8px;
  117. }
  118. #message_controls {
  119. float: left;
  120. clear: both;
  121. margin-top: 10px;
  122. margin-left: 20px;
  123. }
  124. .unread_message {
  125. font-weight: bold;
  126. }