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

Commit

Permalink
Merge pull request #103 from wmde/pbar-fix
Browse files Browse the repository at this point in the history
fix display glitches on zoom
  • Loading branch information
Christoph Fischer committed Dec 23, 2015
2 parents b9e318e + 6264c22 commit c01fa2d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions css/progressbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@
position: relative;
margin: 4px 10px 4px 35px;
max-width: 1200px;
background: transparent;
border: 2px solid #FF6C00;
border-radius: 8px;
}

#donationMeter {
margin: 0 auto;
height: 20px;
background: #FF6C00;
border: 2px solid #FF6C00;
border-radius: 8px;
}

#donationFill {
position: absolute;
top: 2px;
left: 2px;
top: 0;
left: 0;
width: 90px;
height: 20px;
background: #FFFFFF;
Expand Down Expand Up @@ -59,7 +59,7 @@

#donationRemaining {
position: absolute;
top: 3px;
top: 1px;
right: 10px;
font-size: 15px;
color: white;
Expand All @@ -80,6 +80,6 @@
position: absolute;
right: 0;
background: url( '//upload.wikimedia.org/wikipedia/commons/8/89/Pbar-tip-small.png' ) no-repeat center center;
width: 8px;
width: 10px;
height: 20px;
}

0 comments on commit c01fa2d

Please sign in to comment.