comparison messages/static/css/messages.css @ 810:4a4fa174a0ec

Private message refactor: adding ability to report PM's. See also Bitbucket issue #57.
author Brian Neal <bgneal@gmail.com>
date Sat, 06 Sep 2014 16:58:08 -0500
parents e966d5553955
children 95462f4adb94
comparison
equal deleted inserted replaced
809:ab3deff7672a 810:4a4fa174a0ec
88 background-color: #E0F2F6; 88 background-color: #E0F2F6;
89 } 89 }
90 table.pm td { 90 table.pm td {
91 background-color: #EDF7F6; 91 background-color: #EDF7F6;
92 } 92 }
93 #report_form textarea {
94 width: 90%;
95 margin-left: auto;
96 margin-right: auto;
97 height: 10em;
98 }