Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
reinforce spacing around control buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
swilliams committed Nov 20, 2014
1 parent f1c9a1a commit 0e7d926
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion less/repeater.less
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,17 @@
line-height: 34px;
margin-right: 10px;
}
}

/*
* reinforce spacing around control buttons
*/
&-itemization .selectlist, // TODO add specfic class for page size dropdown
&-filters,
&-secondaryPaging,
&-primaryPaging,
&-next,
&-prev
{
margin: auto 0.3em;
}
}

0 comments on commit 0e7d926

Please sign in to comment.