From 8585213d4fe186d43294d69373dfd64c47c3876a Mon Sep 17 00:00:00 2001 From: Joker Qyou Date: Sat, 6 Jan 2018 21:34:46 +0800 Subject: [PATCH] Update donation styles --- static/css/style.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index 9e5b8fa..55bc070 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -515,6 +515,9 @@ textarea { padding-left:45px; color: #555; } +button { + border-radius: 0; +} button.submit { border:1px solid #272727; display:block; @@ -524,7 +527,6 @@ button.submit { color: #fff; background:#272727; height: 38px; - border-radius: 0; } button.submit:hover { background:#505050; @@ -868,6 +870,6 @@ img.alignright { max-width: 100%; } .post-donation-qrcode p { - margin: -.5em auto auto auto; + margin: 0 auto auto auto; font-size: 85%; } \ No newline at end of file