FIX: progress bar popup was misaligned

This commit is contained in:
Jeff Atwood 2015-09-22 16:36:15 -07:00
parent 266f3591ce
commit bcb070f1ca
2 changed files with 2 additions and 4 deletions

View File

@ -123,11 +123,10 @@ a:hover.reply-new {
border: 1px solid dark-light-diff($primary, $secondary, 90%, -60%);
padding: 5px;
background: $secondary;
@include box-shadow(0 0px 2px rgba(0,0,0, .2));
position: relative;
left: 345px;
width: 133px;
width: 135px;
padding: 5px;
button.full {

View File

@ -64,11 +64,10 @@
border: 1px solid dark-light-diff($primary, $secondary, 90%, -60%);
padding: 5px;
background: $secondary;
box-shadow: 0 0px 2px rgba(0,0,0, .2);
position: absolute;
bottom: 34px;
width: 133px;
width: 135px;
button.full {
width: 100%;