Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Commit

Permalink
Fix (and simplify) pagination related css. (#3715) (#3731)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenba authored and jaredhirsch committed Nov 8, 2017
1 parent 99b2acf commit 64f5f9b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions static/css/shot-index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -258,10 +258,11 @@ h1 {
#shots-page-number {
margin-left: 40px;
margin-right: 40px;
padding: 0;
}

span {
vertical-align: middle;
padding: 10px;
width: 40px;

&.shots-page-nav {
Expand All @@ -272,10 +273,8 @@ h1 {
}

a {
display: block;
border-radius: 3px;
height: 40px;
padding: 10px;

&:hover {
background-color: #d7d7db;
Expand All @@ -288,8 +287,6 @@ h1 {
}

img {
display: inline-block;
height: 20px;
width: 20px;
vertical-align: middle;
}
Expand Down

0 comments on commit 64f5f9b

Please sign in to comment.