view media/css/shoutbox.css @ 68:cce1fc3f8752

#16, GCalendar: clean up exception class. Put a try catch around the ExecuteBatch, as I saw it fail. No need to add any logging.
author Brian Neal <bgneal@gmail.com>
date Sun, 28 Jun 2009 18:48:08 +0000
parents f408971657b9
children 4557974db0e0
line wrap: on
line source
span.shoutbox-user {
   font-weight: bold;
   text-decoration: underline;
}
span.shoutbox-shout {
}
span.shoutbox-date {
   font-style: italic;
}

div#shoutbox-smiley-frame {
    margin: 0.5em 2px;
}

div#shoutbox-smiley-frame img {
    padding: 1px 1px;
}

div.smiley_farm img {
    border: 0;
    cursor: pointer;
}

#shoutbox-shout-container {
position: relative;
width: 142; /*marquee width */
height: 200px; /*marquee height */
background-color: #bdd6d6;
overflow: hidden;
overflow: auto;
border: 1px solid teal;
padding: 2px;
padding-left: 4px;
margin-bottom: 2px;
}