From 0e7d9263a02966bc07a34ddba4cfeb42901e82ab Mon Sep 17 00:00:00 2001 From: swilliams Date: Thu, 20 Nov 2014 13:50:09 -0500 Subject: [PATCH] reinforce spacing around control buttons --- less/repeater.less | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/less/repeater.less b/less/repeater.less index ac0ff08f7..974f2bd28 100755 --- a/less/repeater.less +++ b/less/repeater.less @@ -106,4 +106,17 @@ line-height: 34px; margin-right: 10px; } -} \ No newline at end of file + + /* + * reinforce spacing around control buttons + */ + &-itemization .selectlist, // TODO add specfic class for page size dropdown + &-filters, + &-secondaryPaging, + &-primaryPaging, + &-next, + &-prev + { + margin: auto 0.3em; + } +}