OSDN Git Service

テストケースを追加した
[webchat/WebChat.git] / public / stylesheets / enter.css
index 4ae0ab9..9dcd5b2 100644 (file)
@@ -6,9 +6,21 @@
        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:1.2em;
+       height:3.6em;
        line-height:1.2em;
        font-size:inherit;
 }