From 21d695c46fee35b2f19f1c7c088ad8ddd6d441c0 Mon Sep 17 00:00:00 2001 From: jlukic Date: Wed, 18 Mar 2015 18:29:19 -0400 Subject: [PATCH] Fix search button padding --- src/themes/default/modules/search.variables | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/themes/default/modules/search.variables b/src/themes/default/modules/search.variables index 77f0665cb..28c7e80c7 100644 --- a/src/themes/default/modules/search.variables +++ b/src/themes/default/modules/search.variables @@ -72,7 +72,7 @@ /* All Results Link */ @actionBorder: none; @actionBackground: @darkWhite; -@actionPadding: 0.5em 1em; +@actionPadding: @relativeSmall @relativeMedium; @actionColor: @textColor; @actionFontWeight: bold; @actionAlign: center;