view messages/static/css/messages.css @ 887:9a15f7c27526

Actually save model object upon change. This commit was tested on the comments model. Additional logging added. Added check for Markdown image references. Added TODOs after observing behavior on comments.
author Brian Neal <bgneal@gmail.com>
date Tue, 03 Feb 2015 21:09:44 -0600
parents 95462f4adb94
children
line wrap: on
line source
blockquote {
   margin-left: 2em;
   border-left: 3px solid grey;
   padding-left: 3px;
}
blockquote ul {
    margin-left: 1em;
}

table.messages {
   border: 1px solid black;
   border-spacing: 0px;
   border-collapse: collapse;
   margin: 1em auto;
   width: 96%;
   background-color: #EDF7F6;
}

table.messages th {
   color: black;
   background: #87b6d9;
   padding: 3px 4px 3px 4px;
   font-weight: bold;
}

table.messages td {
   border: 1px solid black;
   padding: 10px 8px;
}

table.message-header {
   border-spacing: 0px;
   border-collapse: collapse;
   border-top: 1px solid black;
   border-bottom: 1px solid black;
}

table.message-header tr {
   border-bottom: 1px solid black;
}

table.message-header th {
   text-align: left;
   font-weight: bold;
   padding: 3px;
}

table.message-header td {
   text-align: left;
   padding: 3px;
}

div.message-body {
   margin: 1em 1em;
   padding-top: 5px;
}
div.message-signature {
   font-size: smaller;
   margin-left: 1em;
}
div.message-hr {
   width: 20%;
   margin-left: 0;
   border-top: 1px solid black;
}
form.messages-button {
   display: inline;
}
.unread {
   font-weight: bold;
}
.replied_to {
   font-style: italic;
}
.pagination {
   text-align: right;
}
table.pm {
   border-collapse: collapse;
   border: solid thin;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
}
table.pm th, table.pm td {
   border: solid thin;
}
table.pm th {
   background-color: #E0F2F6;
}
table.pm td {
   background-color: #EDF7F6;
}
#report_form textarea {
   width: 90%;
   margin-left: auto;
   margin-right: auto;
   height: 10em;
}
#messages_menu {
   padding: 0;
}
#messages_menu li {
   display: inline;
   margin: 0.5em 1.0em 0.5em 1.5em;
   font-size: larger;
}