Support sending multiple images

This commit is contained in:
Magnus Hauge Bakke 2015-10-12 21:09:13 +02:00 committed by Lorenz Hübschle-Schneider
commit 3f661ded6c
5 changed files with 55 additions and 31 deletions

View file

@ -362,16 +362,20 @@ td.time {
}
#imgur-upload-progress {
display: none;
content: " ";
width: 0%;
height: 5px;
width: 100%;
height: auto;
position: absolute;
top: -5px;
bottom: 100%;
left: 0;
background: #428BCA;
}
.imgur-progress-bar {
width: 0%;
height: 5px;
margin-top: 1px;
background: #428BCA;
}
/* fix for mobile firefox which ignores :hover */
.nav-pills > li > a:active, .nav-pills > li > a:active span {
text-decoration: none;