Commit be68297fbf7cf752e58d6bd47f6ed9c2c258a6fc
1 parent
954fcbce
Exists in
master
and in
22 other branches
[media-panel-improvements] Minor css improvements on progress bar
Showing
1 changed file
with
7 additions
and
1 deletions
Show diff stats
public/stylesheets/application.css
... | ... | @@ -3473,6 +3473,11 @@ table.cms-articles .icon:hover { |
3473 | 3473 | float: right; |
3474 | 3474 | } |
3475 | 3475 | |
3476 | +#media-upload-form .progress { | |
3477 | + background-color: #ddd; | |
3478 | + border-radius: 3px; | |
3479 | +} | |
3480 | + | |
3476 | 3481 | #media-upload-form .bar { |
3477 | 3482 | height: 10px; |
3478 | 3483 | background: #729fcf; |
... | ... | @@ -3503,13 +3508,14 @@ table.cms-articles .icon:hover { |
3503 | 3508 | } |
3504 | 3509 | |
3505 | 3510 | #media-upload-box .upload .file-name{ |
3506 | - width: 87%; | |
3511 | + width: 86%; | |
3507 | 3512 | white-space: nowrap; |
3508 | 3513 | overflow: hidden; |
3509 | 3514 | text-overflow: ellipsis; |
3510 | 3515 | } |
3511 | 3516 | |
3512 | 3517 | #media-upload-box .upload .percentage { |
3518 | + text-align: right; | |
3513 | 3519 | width: 12%; |
3514 | 3520 | } |
3515 | 3521 | ... | ... |