OSDN Git Service

テストケースを追加した
[webchat/WebChat.git] / public / stylesheets / enter.css
1 #namelist ul{
2         list-style: none;
3 }
4 #namelist ul li {
5         display: inline;
6         margin-right:1em;
7 }
8
9 #whisper_list,#decoration_list{
10         display:none;
11 }
12
13 #whisper_list ul{
14         list-style: none;
15 }
16 #whisper_list ul li {
17         display: inline;
18         margin-right:1em;
19 }
20
21 textarea[name="message"]{
22         width:50em;
23         height:3.6em;
24         line-height:1.2em;
25         font-size:inherit;
26 }
27
28 input[name="message"],input[name="mailto"]{
29         width:600px;
30 }
31
32 #whisper{
33         font-size:70%;
34 }
35
36 #help_frame{
37         border:solid;
38         background-color:white;
39         position:absolute;
40         left:49%;
41         width:50%;
42         height: 30em;
43         overflow: auto;
44 }