comparison media/css/shoutbox.css @ 273:2dbb657a2305

For #114, a CSS tweak.
author Brian Neal <bgneal@gmail.com>
date Sun, 26 Sep 2010 19:15:46 +0000
parents 4557974db0e0
children 2a3285e32062
comparison
equal deleted inserted replaced
272:4557974db0e0 273:2dbb657a2305
5 span.shoutbox-shout { 5 span.shoutbox-shout {
6 } 6 }
7 span.shoutbox-date { 7 span.shoutbox-date {
8 font-style: italic; 8 font-style: italic;
9 } 9 }
10
11 div#shoutbox-smiley-frame { 10 div#shoutbox-smiley-frame {
12 margin: 0.5em 2px; 11 margin: 0.5em 2px;
13 } 12 }
14
15 div#shoutbox-smiley-frame img { 13 div#shoutbox-smiley-frame img {
16 padding: 1px 1px; 14 padding: 1px 1px;
17 } 15 }
18
19 div.smiley_farm img { 16 div.smiley_farm img {
20 border: 0; 17 border: 0;
21 cursor: pointer; 18 cursor: pointer;
22 } 19 }
23
24 #shoutbox-shout-container { 20 #shoutbox-shout-container {
25 margin: auto; 21 margin: auto;
26 width: 142px; 22 width: 142px;
27 height: 200px; 23 height: 200px;
28 background-color: #bdd6d6; 24 background-color: #bdd6d6;
31 padding-left: 4px; 27 padding-left: 4px;
32 margin-bottom: 2px; 28 margin-bottom: 2px;
33 -moz-border-radius: 5px; 29 -moz-border-radius: 5px;
34 border-radius: 5px; 30 border-radius: 5px;
35 } 31 }
36 32 #shoutbox-shout-container p {
33 margin-left: 2px;
34 margin-top: 2px;
35 }