Merge "Use absolute positioning for progress bar to stop pushing down content"

This commit is contained in:
jenkins-bot 2014-07-04 06:45:40 +00:00 committed by Gerrit Code Review
commit 3949ee3c5d

View file

@ -5,8 +5,8 @@
.mw-mmv-progress {
width: 100%;
height: @progress-height;
position: relative;
bottom: @progress-height;
position: absolute;
top: -@progress-height;
background-color: #cccccc;
background-color: rgba( 221, 221, 221, 0.5 );
}