Skip to content

Commit

Permalink
Fix progress circle styles
Browse files Browse the repository at this point in the history
  • Loading branch information
pieceofsummer committed Aug 10, 2018
1 parent 3075133 commit 4c7b000
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Hangfire.Console/Resources/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,8 @@ body {
}

.progress-circle {
position: absolute;
position: relative;
float: left;
margin-left: -20px;
margin-top: -2px;
width: 24px;
Expand All @@ -209,6 +210,7 @@ body {
content: attr(data-value);
display: block;
position: absolute;
z-index: 1;
width: 100%;
text-align: center;
line-height: 24px;
Expand Down

0 comments on commit 4c7b000

Please sign in to comment.