Mercurial > public > sg101
diff media/css/shoutbox.css @ 272:4557974db0e0
For #114, committing a new shoutbox based on the jquery cycle plugin for user feedback.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 26 Sep 2010 19:08:31 +0000 |
parents | f408971657b9 |
children | 2dbb657a2305 |
line wrap: on
line diff
--- a/media/css/shoutbox.css Sun Sep 26 17:42:00 2010 +0000 +++ b/media/css/shoutbox.css Sun Sep 26 19:08:31 2010 +0000 @@ -22,15 +22,15 @@ } #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; + margin: auto; + width: 142px; + height: 200px; + background-color: #bdd6d6; + border: 1px solid teal; + padding: 2px; + padding-left: 4px; + margin-bottom: 2px; + -moz-border-radius: 5px; + border-radius: 5px; }