annotate media/css/shoutbox_app.css @ 132:06503edcc56b

A previous commit broke the comment preview function. Fixing this now.
author Brian Neal <bgneal@gmail.com>
date Thu, 26 Nov 2009 22:51:07 +0000
parents dbd703f7d63a
children 4f07047e0a40
rev   line source
gremmie@1 1 div.shoutbox-history table {
gremmie@1 2 border-collapse: collapse;
gremmie@1 3 width: 95%;
gremmie@1 4 margin: 1em auto 1em auto;
gremmie@1 5 border: 1px solid black;
gremmie@1 6 }
gremmie@1 7 div.shoutbox-history table tr {
gremmie@1 8 border-top: 1px solid black;
gremmie@1 9 border-bottom: 1px solid black;
gremmie@1 10 }
gremmie@1 11 div.shoutbox-history table tr th {
gremmie@1 12 border-left: 1px solid black;
gremmie@1 13 border-right: 1px solid black;
gremmie@1 14 padding: 5px 2px;
gremmie@1 15 text-align: center;
gremmie@1 16 width: 10%;
gremmie@1 17 }
gremmie@1 18 div.shoutbox-history table tr td {
gremmie@1 19 border-left: 1px solid black;
gremmie@1 20 border-right: 1px solid black;
gremmie@1 21 padding: 5px 5px;
gremmie@1 22 width: 90%;
gremmie@1 23 }
gremmie@1 24 div.shoutbox-history table tr.odd {
gremmie@1 25 background-color: #ddd;
gremmie@1 26 }
gremmie@1 27 div.shoutbox-history .date {
gremmie@1 28 font-style: italic;
gremmie@1 29 }
gremmie@1 30
gremmie@1 31 div.shoutbox-history .edit {
gremmie@1 32 padding: 5px 5px;
gremmie@1 33 }
gremmie@1 34
gremmie@1 35 div.shoutbox-history .edit:hover {
gremmie@1 36 background-color: #7fffd4;
gremmie@1 37 cursor: pointer;
gremmie@1 38 }