Simple image host.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

style.css 156B

1234567891011
  1. #uploader-list .file {
  2. text-align: right !important;
  3. }
  4. #uploader-list .file .name {
  5. float: left;
  6. margin-top: 6px;
  7. }
  8. #uploader-upload {
  9. float: right;
  10. }