summaryrefslogtreecommitdiff
path: root/www/styles/auth.css
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2016-02-05 05:44:08 (GMT)
committerChristian Pointner <equinox@helsinki.at>2016-02-05 05:44:08 (GMT)
commit0a6f4862aff80621ba0725e85cc8e6ec42699ecf (patch)
treeb09b10a6af172046e109b7bc5988644e7ddb7960 /www/styles/auth.css
parent03fbbad064dbe70eff2f35455ecb3f2c9f04ade8 (diff)
cleaned up stylesheets a little
Diffstat (limited to 'www/styles/auth.css')
-rw-r--r--www/styles/auth.css8
1 files changed, 7 insertions, 1 deletions
diff --git a/www/styles/auth.css b/www/styles/auth.css
index 80af96c..ec4d051 100644
--- a/www/styles/auth.css
+++ b/www/styles/auth.css
@@ -20,7 +20,6 @@
* along with rhwebimport. If not, see <http://www.gnu.org/licenses/>.
*/
-
.loginspacer {
padding-top: 30px;
}
@@ -30,15 +29,18 @@
padding: 15px;
margin: 0 auto;
}
+
.form-auth img {
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
}
+
.form-auth .form-auth-heading {
margin-bottom: 10px;
}
+
.form-auth .form-control {
position: relative;
height: auto;
@@ -52,19 +54,23 @@
margin-left: auto;
margin-right: auto;
}
+
.form-auth .form-control:focus {
z-index: 2;
}
+
.form-auth input[type="text"] {
margin-bottom: -1px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
+
.form-auth input[type="password"] {
margin-bottom: 10px;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
+
.form-auth button[type="submit"] {
display: block;
margin-left: auto;