/*
* 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
* The content is dynamically generated for easier handling.
*/
-$dark = '#8B4513';
-
header('Content-type: text/css');
?>
padding: 0.4em 2.2em;
font-size: 1.1em;
color: #FFF;
- border-bottom: 5px solid #fff;
+ border-bottom: 5px solid #FFF;
cursor: pointer;
margin: 10px;
}
input[type="submit"]:hover,
input[type="submit"]:focus {
border: 0;
+ color: #555;
position: relative;
- top: 5px;
- margin-bottom: 15px;
+ background: #FFF;
+ border-bottom: 5px solid #555;
+ margin-bottom: 10px;
}
.inner {
padding-top: 10px;
padding-bottom: 10px;
}
+
+
+
+#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%;
+}