From 6eee6368935719f614df110bcd1bcb7a1d4aee26 Mon Sep 17 00:00:00 2001 From: Kevin Chung Date: Mon, 26 Dec 2016 20:19:19 -0500 Subject: [PATCH] Making file download button smaller --- CTFd/templates/original/chals.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CTFd/templates/original/chals.html b/CTFd/templates/original/chals.html index 184828ff..17cf032f 100644 --- a/CTFd/templates/original/chals.html +++ b/CTFd/templates/original/chals.html @@ -13,7 +13,7 @@ .file-button {text-decoration: none; color: #fff;} .file-button:hover {text-decoration: none; color: #fff;} - .file-wrapper {padding: 20px; transition: all 0.5s ease; cursor: pointer; color: #fff; width: 100%; text-overflow: ellipsis; overflow: hidden;} + .file-wrapper {padding: 10px; transition: all 0.5s ease; cursor: pointer; color: #fff; width: 100%; text-overflow: ellipsis; overflow: hidden;} .file-button {cursor: pointer;} .file-button-wrapper {padding: 0px 10px;}