style to bottom
This commit is contained in:
@@ -34,7 +34,8 @@ while ($message = $chat->fetch_assoc()) {
|
|||||||
<link rel="stylesheet" href="css/main.css">
|
<link rel="stylesheet" href="css/main.css">
|
||||||
<style>
|
<style>
|
||||||
form { padding: 3px; position: fixed; bottom: 0; width: 100%; }
|
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>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
Reference in New Issue
Block a user