aboutsummaryrefslogtreecommitdiff
path: root/styles.css
diff options
context:
space:
mode:
authorMiquel Lionel <lionel@les-miquelots.net>2022-03-20 21:27:28 +0100
committerMiquel Lionel <lionelmiquel@sfr.fr>2022-03-20 21:31:53 +0100
commitc468b762a5867ffbe27ea327278839128cf656fe (patch)
tree39665a36a641a3a0548d8ade14c177fbb5f451c9 /styles.css
parent10d9d707ca4210c9a6ca4532cceeb172c9ec5fa4 (diff)
downloadgpigeon-c468b762a5867ffbe27ea327278839128cf656fe.tar.gz
gpigeon-c468b762a5867ffbe27ea327278839128cf656fe.zip
A mail can be sent on encrypted form generation
- Also, function and variable names are now camelcased to keep consistency.
Diffstat (limited to 'styles.css')
-rw-r--r--styles.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/styles.css b/styles.css
index 759edb0..a5e6e0b 100644
--- a/styles.css
+++ b/styles.css
@@ -23,6 +23,8 @@ h1, #msgbelow{
border-bottom:none;
}
+#notiflinkbymail {display:block;padding:3px}
+
#linkstable td{
text-align:center;
padding: 5px ;
@@ -177,4 +179,9 @@ h1, #msgbelow{
#sendbtn {
display:inline
}
+
+ #notiflinkbymail, #notiflinkbymail input {
+ display:block;
+ padding:10px;
+ }
}