aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2021-07-14 19:33:57 -0400
committerThedro Neely <thedroneely@gmail.com>2021-07-14 19:33:57 -0400
commit9eb759feece6014bfed685946eac48c123071476 (patch)
treeac103c25b311cd5aee0579a8ffc936cb3edcff60 /public
parentda2aa0f982adfe14907659cfeedc71893518bfb5 (diff)
downloadthedroneely.com-9eb759feece6014bfed685946eac48c123071476.tar.gz
thedroneely.com-9eb759feece6014bfed685946eac48c123071476.tar.bz2
thedroneely.com-9eb759feece6014bfed685946eac48c123071476.zip
app/controllers/contact: Minor adjustments
Signal 403 to robots on empty. Hide honey pot using position absolute.
Diffstat (limited to 'public')
-rw-r--r--public/css/tdro.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/css/tdro.css b/public/css/tdro.css
index 07a899f..354de32 100644
--- a/public/css/tdro.css
+++ b/public/css/tdro.css
@@ -3953,7 +3953,7 @@ html.has-navbar-fixed-top, body.has-navbar-fixed-top, html.has-navbar-fixed-bott
*/
.alert { color: #f00; }
-.agree { display: none; }
+.agree { opacity: 0; position: absolute; top: 0; left: 0; height: 0; width: 0; z-index: -1; }
.message__success {
background-color: #effaef;
padding: 1em;