Projet

Général

Profil

0002-forms-don-t-let-file-upload-progress-bar-overflow-29.patch

Frédéric Péters, 26 décembre 2018 08:47

Télécharger (735 octets)

Voir les différences:

Subject: [PATCH 2/2] forms: don't let file upload progress bar overflow
 (#29343)

 wcs/qommon/static/css/qommon.css | 1 +
 1 file changed, 1 insertion(+)
wcs/qommon/static/css/qommon.css
375 375
}
376 376

  
377 377
.fileprogress .bar {
378
        box-sizing: border-box;
378 379
        background: #09f;
379 380
        line-height: 1.5em;
380 381
        padding-left: 1ex;
381
-