summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2014-09-20 22:19:39 (GMT)
committerChristian Pointner <equinox@helsinki.at>2014-09-20 22:19:39 (GMT)
commit31d5ab8f8bd2efd0fc789460c38d195c3420a5cd (patch)
treeaffa7b54115d0bb6e64427855663af13440c4e03
parente15da8a3eb7cd247f659cdf6dabacd4f7176b6b7 (diff)
renamed signin to auth
-rw-r--r--index.html6
-rw-r--r--styles/auth.css (renamed from styles/signin.css)16
2 files changed, 11 insertions, 11 deletions
diff --git a/index.html b/index.html
index 5442dd1..f615b38 100644
--- a/index.html
+++ b/index.html
@@ -8,7 +8,7 @@
<meta name="author" content="Christian Pointner <equinox@ffgraz.net>">
<link href="/javascript/twitter-bootstrap/css/bootstrap.css" rel="stylesheet">
- <link href="/styles/signin.css" rel="stylesheet">
+ <link href="/styles/auth.css" rel="stylesheet">
<link href="/styles/shows.css" rel="stylesheet">
<link href="/styles/musicpools.css" rel="stylesheet">
<style type="text/css">
@@ -58,9 +58,9 @@
<div id="loginbox">
- <form id="loginform" class="form-signin" role="form">
+ <form id="loginform" class="form-auth" role="form">
<img src="/img/helsinki.png" />
- <h1 class="form-signin-heading">Radio Helsinki - Import</h1>
+ <h1 class="form-auth-heading">Radio Helsinki - Import</h1>
<input id="username" type="text" class="form-control" placeholder="Benutzername" required autofocus>
<input id="password" type="password" class="form-control" placeholder="Passwort" required>
<div id="alertbox"></div>
diff --git a/styles/signin.css b/styles/auth.css
index fbbac35..8100ecd 100644
--- a/styles/signin.css
+++ b/styles/auth.css
@@ -1,18 +1,18 @@
-.form-signin {
+.form-auth {
max-width: 330px;
padding: 15px;
margin: 0 auto;
}
-.form-signin img {
+.form-auth img {
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
}
-.form-signin .form-signin-heading {
+.form-auth .form-auth-heading {
margin-bottom: 10px;
}
-.form-signin .form-control {
+.form-auth .form-control {
position: relative;
height: auto;
-webkit-box-sizing: border-box;
@@ -25,20 +25,20 @@
margin-left: auto;
margin-right: auto;
}
-.form-signin .form-control:focus {
+.form-auth .form-control:focus {
z-index: 2;
}
-.form-signin input[type="text"] {
+.form-auth input[type="text"] {
margin-bottom: -1px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
-.form-signin input[type="password"] {
+.form-auth input[type="password"] {
margin-bottom: 10px;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
-.form-signin button[type="submit"] {
+.form-auth button[type="submit"] {
display: block;
margin-left: auto;
margin-right: auto;