]> git.p6c8.net - jirafeau/jirafeau.git/blobdiff - media/modern/style.css.php
Modified copyright header of all themes
[jirafeau/jirafeau.git] / media / modern / style.css.php
index 22ec2f08e270931977d41d2e7610b06c1ac4e708..e40760a46febc2f7f4375412503c4ca0aa626cd4 100644 (file)
@@ -1,9 +1,9 @@
 <?php
 /*
- *  Jyraphe, your web file repository
- *  Copyright (C) 2013
- *  Jerome Jutteau <j.jutteau@gmail.com>
- *  Jimmy Beauvois <jimmy.beauvois@gmail.com>
+ *  Jirafeau, your web file repository
+ *  Copyright (C) 2008  Julien "axolotl" BERNARD <axolotl@magieeternelle.org>
+ *  Copyright (C) 2015  Jerome Jutteau <jerome@jutteau.fr>
+ *  Copyright (C) 2024  Jirafeau project <https://gitlab.com/jirafeau> (see AUTHORS.md)
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU Affero General Public License as
  *  along with this program.  If not, see <https://www.gnu.org/licenses/>.
  */
 
-/*
- * This stylesheet is the default stylesheet for Jyraphe.
- * The content is dynamically generated for easier handling.
- */
-
 $dark = '#8B4513';
 
 header('Content-type: text/css');
@@ -233,3 +228,23 @@ font-size:90%;
   padding-left: 20px;
   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%;
+}

patrick-canterino.de