uploadify.css 1.3 KB

12345678910111213141516171819202122232425262728293031323334
  1. /*
  2. Uploadify
  3. Copyright (c) 2012 Reactive Apps, Ronnie Garcia
  4. Released under the MIT License <http://www.opensource.org/licenses/mit-license.php>
  5. */
  6. .pltp1h{float:left;}
  7. .pltp1n{float:left;position:absolute;top:-10000px;}
  8. #pltp2 #synum{font-size:16px;color:blue;font-family:Arial, Helvetica, sans-serif;}
  9. #queue{float:left;text-align:left;}
  10. .uploadify{float:left;position:relative;margin-bottom: 1em;}
  11. .uploadify-button {float:left;background:url(../img/tpadd.gif) left top no-repeat;width:203px;height:51px;border:0;position:absolute;}
  12. @media screen and (-webkit-min-device-pixel-ratio:0) {
  13. .uploadify-button{position:static;}
  14. }
  15. .uploadify-queue {float:left;margin-bottom: 1em;}
  16. .uploadify-queue-item {
  17. float:left;
  18. background-color: #F5F5F5;
  19. -webkit-border-radius: 3px;
  20. -moz-border-radius: 3px;
  21. border-radius: 3px;
  22. font: 11px Verdana, Geneva, sans-serif;
  23. width:620px;margin:10px 0 0 128px;clear:both;
  24. padding: 10px;
  25. }
  26. .uploadify-error {background-color: #FDE5DD !important;}
  27. .uploadify-queue-item .cancel a{background: url('../img/uploadify-cancel.png') 0 0 no-repeat;float: right;height: 16px;text-indent: -9999px;width: 16px;}
  28. .uploadify-queue-item.completed{background-color: #E5E5E5;}
  29. .uploadify-progress{background-color:#E5E5E5;margin-top:10px;width:100%;}
  30. .uploadify-progress-bar{background-color:#0099FF;height:3px;width:1px;}