summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2014-09-18 02:46:42 (GMT)
committerChristian Pointner <equinox@helsinki.at>2014-09-18 02:46:42 (GMT)
commitc4bf56fb10fb3c55f671c3a6ac42593b2109dcac (patch)
treea25b93ea2e450d25cc1f60b98f0324e21f63ebed /index.html
parent4e6038830c76b4baa17a8b023af21c391b4fef0e (diff)
improved signin screen
added helsinki logo
Diffstat (limited to 'index.html')
-rw-r--r--index.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/index.html b/index.html
index 7408202..23d7850 100644
--- a/index.html
+++ b/index.html
@@ -11,6 +11,7 @@
<link href="/styles/signin.css" rel="stylesheet">
<style type="text/css">
body {
+ background-color: #eee;
padding-top: 60px;
padding-bottom: 40px;
}
@@ -51,7 +52,8 @@
<div class="container">
<form id="loginform" class="form-signin" role="form">
- <h1>Radio Helsinki - Import</h1>
+ <img src="/img/helsinki.png" />
+ <h1 class="form-signin-heading">Radio Helsinki - Import</h1>
<h2 class="form-signin-heading">Please sign in</h2>
<input id="username" type="text" class="form-control" placeholder="Username" required autofocus>
<input id="password" type="password" class="form-control" placeholder="Password" required>