From 87689cf6eb152b1dc293dc7c36fda66955eab679 Mon Sep 17 00:00:00 2001 From: drakeapps Date: Sun, 19 Mar 2017 23:37:33 -0500 Subject: [PATCH] Add padding to right side of highlight box --- public_html/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/public_html/style.css b/public_html/style.css index 7509ac4..9121863 100644 --- a/public_html/style.css +++ b/public_html/style.css @@ -422,6 +422,7 @@ select.error, textarea.error, input.error { left: 40px; top: 60px; min-width: 168px; + padding-right: 5px; background: #ffffff; box-shadow: 4px 4px 10px #444444; cursor: pointer;