aboutsummaryrefslogtreecommitdiff
path: root/styles.css
diff options
context:
space:
mode:
authorMiquel Lionel <lionel@les-miquelots.net>2021-07-17 22:01:05 +0100
committerMiquel Lionel <lionelmiquel@sfr.fr>2021-07-18 20:01:02 +0100
commit1208e3e3ffb1cc263d879f996b22e18c8b024d33 (patch)
treec168dcc3eff82020e767b1d22f71880118a92fef /styles.css
parente6d90c87b655db6c33724e5fb3b4001963c63736 (diff)
downloadgpigeon-1208e3e3ffb1cc263d879f996b22e18c8b024d33.tar.gz
gpigeon-1208e3e3ffb1cc263d879f996b22e18c8b024d33.zip
fixes
- Makefile is better: the generated password via genpass.pl or genpass.pl with -i flag should now be a correct argon2id hash in both cases. - Added missing checks in the makefile - Fixed undeclared variables in gpigeon-template.cgi Running make should be better and require less manual fiddling now.
Diffstat (limited to 'styles.css')
-rw-r--r--styles.css21
1 files changed, 20 insertions, 1 deletions
diff --git a/styles.css b/styles.css
index ff3687e..50ab8ad 100644
--- a/styles.css
+++ b/styles.css
@@ -41,6 +41,14 @@ h1, #msgbelow{
border:1px solid black;
}
+#logoutbtn {
+ display: inline;
+ float:right;
+ top: 0;
+ right: 0;
+ position:absolute;
+}
+
#msg{
display:block;
margin-left:auto;
@@ -65,7 +73,7 @@ h1, #msgbelow{
color:red;
}
-#loginbox {
+#loginbox #loginerr{
border:none;
margin-right:auto;
margin-left:auto
@@ -116,6 +124,10 @@ h1, #msgbelow{
font-size:0.8em;
}
+ h1{
+ font-size:1.5em;
+ }
+
#linkstable th,td{
padding:3px;
}
@@ -131,6 +143,13 @@ h1, #msgbelow{
line-height:15px;
}
+ #logoutbtn {
+ float:none;
+ top:unset;
+ right:unset;
+ position:revert;
+ }
+
#mailfield{
padding: 3px;
}