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 input[name="message"],input[name="mailto"]{
10         width:600px;
11 }
12
13 #whisper{
14         font-size:70%;
15 }
16
17 #help_frame{
18         border:solid;
19         background-color:white;
20         position:absolute;
21         width:50%;
22         height: 30em;
23         overflow: auto;
24 }