/*
* Jyraphe, your web file repository
* Copyright (C) 2013
- * Jerome Jutteau <j.jutteau@gmail.com>
+ * Jerome Jutteau <jerome@jutteau.fr>
* Jimmy Beauvois <jimmy.beauvois@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
position: relative;
background: #FFF;
border-bottom: 5px solid #555;
- margin-bottom: 15px;
+ margin-bottom: 10px;
}
.inner {
background: url(email.png) no-repeat;
}
+#show_password {
+ flex: 1 1 auto;
+ position: absolute;
+ right: 0%;
+ background: none;
+ border: none;
+ cursor: pointer;
+ opacity: 30%;
+}
+#show_password:hover {
+ opacity: 100%;
+}
+
+.passwordcolumn {
+ display: flex;
+ position: relative;
+ align-items: center;
+ width: 100%;
+}
+
/* ==========================================================================
5 = Terms of service
========================================================================== */
padding-left: 40px;
padding-top: 10px;
padding-bottom: 10px;
-}
+}
\ No newline at end of file