Mercurial > public > sg101
comparison messages/static/css/messages.css @ 805:e966d5553955
Private message refactor: view & reply to existing PMs.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 31 Aug 2014 16:01:00 -0500 |
parents | ee87ea74d46b |
children | 4a4fa174a0ec |
comparison
equal
deleted
inserted
replaced
804:95b3d59913ad | 805:e966d5553955 |
---|---|
72 font-style: italic; | 72 font-style: italic; |
73 } | 73 } |
74 .pagination { | 74 .pagination { |
75 text-align: right; | 75 text-align: right; |
76 } | 76 } |
77 table.pm { | |
78 border-collapse: collapse; | |
79 border: solid thin; | |
80 margin-left: auto; | |
81 margin-right: auto; | |
82 width: 100%; | |
83 } | |
84 table.pm th, table.pm td { | |
85 border: solid thin; | |
86 } | |
87 table.pm th { | |
88 background-color: #E0F2F6; | |
89 } | |
90 table.pm td { | |
91 background-color: #EDF7F6; | |
92 } |