style to bottom

This commit is contained in:
lopar 2018-03-08 14:32:55 +02:00
parent 8dc2404edd
commit e2db0683fa
1 changed files with 2 additions and 1 deletions

View File

@ -34,7 +34,8 @@ while ($message = $chat->fetch_assoc()) {
<link rel="stylesheet" href="css/main.css">
<style>
form { padding: 3px; position: fixed; bottom: 0; width: 100%; }
form input#msg { border: 0; padding: 10px; width: 90%; margin-right: .5%; }
form input[type="text"] { border: 0; padding: 10px; width: 90%; margin-right: .5%; }
form input[type="submit"] { width: 9%; border: none; padding: 10px; }
</style>
</head>
<body>