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

Commit

Permalink
Merge pull request #858 from swilliamset/repeater-controls-spacing-#855
Browse files Browse the repository at this point in the history
Increase spacing around inline controls in repeater--in case, HTML has no spaces
  • Loading branch information
interactivellama committed Nov 20, 2014
2 parents 52f3e59 + 0e7d926 commit 40932b0
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 40932b0

Please sign in to comment.