From e3150f12848ded2c83990b30c76bddecba8d030f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Benqu=C3=A9?= Date: Mon, 26 Jul 2021 14:28:55 +0100 Subject: [PATCH 1/2] Add margin above anonymous name field --- www/form/app-form.less | 1 + 1 file changed, 1 insertion(+) diff --git a/www/form/app-form.less b/www/form/app-form.less index b037efac2..41ef8ba98 100644 --- a/www/form/app-form.less +++ b/www/form/app-form.less @@ -248,6 +248,7 @@ text-align: center; margin: 20px 0 30px 0; .cp-form-anon-answer-input { + margin-top: 20px; display: flex; white-space: nowrap; align-items: center; From 4f5a04101050e43a9a7c167805a72eabddc1158d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Benqu=C3=A9?= Date: Mon, 26 Jul 2021 15:26:51 +0100 Subject: [PATCH 2/2] Style username in poll results table --- www/form/app-form.less | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/www/form/app-form.less b/www/form/app-form.less index 41ef8ba98..1354cacca 100644 --- a/www/form/app-form.less +++ b/www/form/app-form.less @@ -681,7 +681,11 @@ &.cp-clickable { cursor: pointer; &:hover { - transform: scale(1.1); + color: @cryptpad_color_link; + &::after { + font-family: FontAwesome; + content: "\00a0\f06e"; + } } } }