Mercurial > public > sg101
comparison 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 |
comparison
equal
deleted
inserted
replaced
271:4746df47a538 | 272:4557974db0e0 |
---|---|
20 border: 0; | 20 border: 0; |
21 cursor: pointer; | 21 cursor: pointer; |
22 } | 22 } |
23 | 23 |
24 #shoutbox-shout-container { | 24 #shoutbox-shout-container { |
25 position: relative; | 25 margin: auto; |
26 width: 142; /*marquee width */ | 26 width: 142px; |
27 height: 200px; /*marquee height */ | 27 height: 200px; |
28 background-color: #bdd6d6; | 28 background-color: #bdd6d6; |
29 overflow: hidden; | 29 border: 1px solid teal; |
30 overflow: auto; | 30 padding: 2px; |
31 border: 1px solid teal; | 31 padding-left: 4px; |
32 padding: 2px; | 32 margin-bottom: 2px; |
33 padding-left: 4px; | 33 -moz-border-radius: 5px; |
34 margin-bottom: 2px; | 34 border-radius: 5px; |
35 } | 35 } |
36 | 36 |