Simple image host.
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

style.css 470B

12345678910111213141516171819202122232425
  1. #uploader-list .file .delete {
  2. float: right;
  3. margin-right: -5px;
  4. }
  5. #uploader-list .file .thumbnail {
  6. display: inline;
  7. margin: 0px;
  8. margin-right: 10px;
  9. height: 100px;
  10. image-orientation: from-image;
  11. }
  12. #uploader-list .file .name {
  13. display: inline-block;
  14. }
  15. #uploader-list .file .progress-bar {
  16. height: 0px;
  17. position: absolute;
  18. background: none;
  19. border-top: 3px solid green;
  20. margin-top: -3px;
  21. max-width: calc(100% - 25px);
  22. }
  23. #uploader-upload {
  24. float: right;
  25. }