|
@@ -714,17 +714,17 @@ footer .fa {
|
|
|
outline: 0;
|
|
|
border: 1px solid white;
|
|
|
background-color: transparent;
|
|
|
- width: 90%;
|
|
|
+ width: 100%;
|
|
|
+ height: 70px;
|
|
|
+ padding: 5px;
|
|
|
border-radius: 3px;
|
|
|
- padding: 10px 15px;
|
|
|
- margin: 1em auto 10px auto;
|
|
|
text-align: left;
|
|
|
font-size: 18px;
|
|
|
color: #1C39B2;
|
|
|
-webkit-transition-duration: 0.25s;
|
|
|
transition-duration: 0.25s;
|
|
|
font-weight: 300;
|
|
|
- resize: vertical;
|
|
|
+ resize: none;
|
|
|
}
|
|
|
|
|
|
.song-input-select {
|
|
@@ -1199,13 +1199,18 @@ nav form input[type="image"]{
|
|
|
.chat-message:nth-child(odd) {
|
|
|
color: darkblue;
|
|
|
}
|
|
|
-#submit{
|
|
|
- margin-left: 10px;
|
|
|
- font-size: 1.5em;
|
|
|
- padding-top: 10px;
|
|
|
+#submit {
|
|
|
+ margin-bottom: 10px;
|
|
|
cursor: pointer;
|
|
|
- display: inline-block;
|
|
|
- }
|
|
|
+}
|
|
|
+#submit button{
|
|
|
+ width: 100%;
|
|
|
+ height: 40px;
|
|
|
+ font-size: 1.5em;
|
|
|
+}
|
|
|
+#submit i{
|
|
|
+ margin-left: 10px;
|
|
|
+}
|
|
|
#chat-input-div {
|
|
|
width: 100%;
|
|
|
padding-left: 15px;
|