From d14e67ec27e85af51d4ed8c337cc92991b182b37 Mon Sep 17 00:00:00 2001 From: Annyv2 Date: Tue, 1 Dec 2015 15:40:25 -0430 Subject: [PATCH] Create style.css --- .../public/stylesheets/style.css | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 example/socketsio-auth0-sample/public/stylesheets/style.css diff --git a/example/socketsio-auth0-sample/public/stylesheets/style.css b/example/socketsio-auth0-sample/public/stylesheets/style.css new file mode 100644 index 0000000..01094e7 --- /dev/null +++ b/example/socketsio-auth0-sample/public/stylesheets/style.css @@ -0,0 +1,10 @@ +{ margin: 0; padding: 0; box-sizing: border-box; } +body { font: 13px Helvetica, Arial; } +form { background: #000; padding: 3px; position: fixed; bottom: 0; width: 100%; } +form input { border: 0; padding: 10px; width: 90%; margin-right: .5%; } +form button { width: 9%; background: rgb(130, 224, 255); border: none; padding: 10px; } +#messages { list-style-type: none; margin: 0; padding: 0; } +#messages li { padding: 5px 10px; } +#messages li:nth-child(odd) { background: #eee; } +#login { width: 100%; padding: 10px } +#login button { width: 10%; padding: 8px; border: none; background: rgb(130, 255, 130);}