Skip to content

Commit

Permalink
Expands pagination link area
Browse files Browse the repository at this point in the history
Pagination links didn’t fill available area in div. This commit expands
them to the available area.
  • Loading branch information
anselmbradford committed Jul 26, 2014
1 parent effadde commit d1a31f3
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions app/assets/stylesheets/components/_pagination.scss
Expand Up @@ -18,9 +18,10 @@
{
vertical-align: baseline;
@include type-size(baseline);
text-align:center;
padding:10px;
min-width:15px;
text-align: center;
min-width: 35px;
min-height: 44px;
line-height: 44px;
}

li.collapsed
Expand All @@ -43,7 +44,11 @@
{
color: darkest($purple);
text-decoration: none;
border-bottom:none;
border-bottom: none;
display: block;
min-width: 35px;
min-height: 44px;
line-height: 44px;
}

.current
Expand All @@ -59,8 +64,6 @@
a
{
color:$white;
padding-left:3px;
padding-right:3px;
border-bottom:none;
}
a:hover
Expand Down

0 comments on commit d1a31f3

Please sign in to comment.