OSDN Git Service

テストケースを追加した
[webchat/WebChat.git] / public / stylesheets / enter.css
index 3846b8d..9dcd5b2 100644 (file)
@@ -6,6 +6,25 @@
        margin-right:1em;
 }
 
+#whisper_list,#decoration_list{
+       display:none;
+}
+
+#whisper_list ul{
+       list-style: none;
+}
+#whisper_list ul li {
+       display: inline;
+       margin-right:1em;
+}
+
+textarea[name="message"]{
+       width:50em;
+       height:3.6em;
+       line-height:1.2em;
+       font-size:inherit;
+}
+
 input[name="message"],input[name="mailto"]{
        width:600px;
 }
@@ -18,6 +37,8 @@ input[name="message"],input[name="mailto"]{
        border:solid;
        background-color:white;
        position:absolute;
-       top:10px;
-       left:10px;
+       left:49%;
+       width:50%;
+       height: 30em;
+       overflow: auto;
 }