Advertisement
Guest User

spy

a guest
Feb 20th, 2010
283
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.06 KB | None | 0 0
  1. http://static-l.wikidot.com/ /css/files/FileUploadModule.css
  2.  
  3. added --> color: #3399ff;
  4.  
  5. #upload-file-list table {
  6.     margin: 1em auto;
  7.     border-collapse: collapse;
  8.     border-spacing: 0;
  9. }
  10.  
  11. #upload-file-list table td, #upload-file-list table th {
  12.     border: 1px solid #CCC;
  13.     padding: 0.3em 0.7em;
  14. }
  15.  
  16. #upload-file-list table tr.error td{
  17.     color: #A00;
  18. }
  19.  
  20. #upload-file-list table tr.skipped td{
  21.     color: #777;
  22. }
  23.  
  24. #upload-file-list table .size {
  25.     text-align: right;
  26. }
  27.  
  28. #upload-file-list table .progress {
  29.     /*text-align: center;*/
  30. }
  31.  
  32. #upload-file-list table .progress .cont {
  33.     width: 200px;  
  34.     left:0;margin:0;
  35.     position: relative;
  36.     height: 1.5em;
  37.     z-index: 1;
  38. }
  39.  
  40. #upload-file-list table .progress .cont span{
  41.     z-index: 2;
  42.     position: relative;
  43.     display: block;
  44.     text-align: center;
  45.     margin: 0 auto;
  46.     color: #3399ff;
  47. }
  48.  
  49. #upload-file-list table .progress .bar {
  50.     background-color: #DDD;
  51.     width: 0;
  52.     height: 1.5em;
  53.     position: absolute;
  54.     z-index: 1;
  55. }
  56.  
  57. #file-uploading-status {
  58.     font-size: 140#;
  59. }
  60.  
  61. #file-uploading-status.error {
  62.     color: #A00;
  63. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement