X-Git-Url: https://git.p6c8.net/jirafeau/jirafeau.git/blobdiff_plain/68892c7ee6ea5f3f30d1e5d1051cd7029b2cbd41..refs/heads/master:/media/industrial/style.css.php?ds=inline diff --git a/media/industrial/style.css.php b/media/industrial/style.css.php index 1fc4cc1..f28921e 100644 --- a/media/industrial/style.css.php +++ b/media/industrial/style.css.php @@ -1,7 +1,9 @@ + * Copyright (C) 2015 Jerome Jutteau + * Copyright (C) 2024 Jirafeau project (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 @@ -14,17 +16,12 @@ * GNU Affero General Public License for more details. * * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - */ - -/* - * This stylesheet is the default stylesheet for Jyraphe. - * The content is dynamically generated for easier handling. + * along with this program. If not, see . */ $dark = '#8B4513'; -header("Content-type: text/css"); +header('Content-type: text/css'); ?> @@ -44,6 +41,7 @@ fieldset { border: 2px solid #02233f; -moz-border-radius: 10px; -webkit-border-radius: 10px; + border-radius: 10px; } fieldset legend { @@ -53,6 +51,7 @@ fieldset legend { padding: 1px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; + border-radius: 5px; } h1 { @@ -99,9 +98,9 @@ input:hover { position: fixed; bottom: 0; right: 0; - height: 100px; + height: 100px; width: 100px; - clear:both; + clear:both; } #copyright { @@ -143,6 +142,7 @@ input:hover { border: 2px solid #02233f; -moz-border-radius: 10px; -webkit-border-radius: 10px; + border-radius: 10px; } .info h2 { @@ -180,3 +180,33 @@ input:hover { font-weight: bold; color: red; } + +#upload_link_email { + margin-left: 10px; +} + +#upload_image_email { + padding-left: 20px; + padding-bottom: 15px; + 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%; +}