mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: progress bar popup was misaligned
This commit is contained in:
parent
266f3591ce
commit
bcb070f1ca
@ -123,11 +123,10 @@ a:hover.reply-new {
|
|||||||
border: 1px solid dark-light-diff($primary, $secondary, 90%, -60%);
|
border: 1px solid dark-light-diff($primary, $secondary, 90%, -60%);
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
background: $secondary;
|
background: $secondary;
|
||||||
@include box-shadow(0 0px 2px rgba(0,0,0, .2));
|
|
||||||
|
|
||||||
position: relative;
|
position: relative;
|
||||||
left: 345px;
|
left: 345px;
|
||||||
width: 133px;
|
width: 135px;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
|
|
||||||
button.full {
|
button.full {
|
||||||
|
@ -64,11 +64,10 @@
|
|||||||
border: 1px solid dark-light-diff($primary, $secondary, 90%, -60%);
|
border: 1px solid dark-light-diff($primary, $secondary, 90%, -60%);
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
background: $secondary;
|
background: $secondary;
|
||||||
box-shadow: 0 0px 2px rgba(0,0,0, .2);
|
|
||||||
|
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 34px;
|
bottom: 34px;
|
||||||
width: 133px;
|
width: 135px;
|
||||||
|
|
||||||
button.full {
|
button.full {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
Loading…
Reference in New Issue
Block a user