From e8b19969fed279bf501c609056da63a506f49628 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Fri, 9 Apr 2021 15:45:20 +0200 Subject: [PATCH] chg: normalize capture button --- website/web/static/tree.css | 8 ++++---- website/web/templates/capture.html | 3 ++- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/website/web/static/tree.css b/website/web/static/tree.css index 3a828b82..9feb1d8f 100644 --- a/website/web/static/tree.css +++ b/website/web/static/tree.css @@ -244,8 +244,8 @@ table td p { transform: rotate(270deg); } -a.new-capture-button { - width: 160px; +.new-capture-button { + width: 300px; height: 60px; font-size: 25px; letter-spacing: 2.5px; @@ -260,11 +260,11 @@ a.new-capture-button { outline: none; padding-right: 15px; padding-left: 15px; - padding-bottom: 15px; + padding-bottom: 20px; padding-top: 15px; } -a.new-capture-button:hover { +.new-capture-button:hover { background-color: #007070; box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1); color: #fff; diff --git a/website/web/templates/capture.html b/website/web/templates/capture.html index 2f5e3d07..4757546d 100644 --- a/website/web/templates/capture.html +++ b/website/web/templates/capture.html @@ -138,7 +138,8 @@
By default, the capture is public. If you do not want that, untick the box at the top of the form.
- +
+