fileupload.css 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. .container {
  2. margin-top:5px;
  3. width:88%;
  4. }
  5. .table tbody tr td:first-child{
  6. width: 95%;
  7. }
  8. .table tbody tr td:nth-last-child(1){
  9. cursor: pointer;
  10. vertical-align: middle;
  11. text-align: center;
  12. }
  13. .table tbody tr td:nth-last-child(1):hover{
  14. background-color: #dcdcdc;
  15. }
  16. .progress {
  17. height: 5px;
  18. margin-bottom: 0px;
  19. }
  20. .tablepanel {
  21. max-height: 150px;
  22. overflow-y: auto;
  23. }
  24. table {
  25. word-break:break-all;
  26. word-wrap:break-word;
  27. }
  28. .table {
  29. margin-bottom: 0px;
  30. }
  31. .panel-footer {
  32. text-align: right;
  33. }
  34. .well {
  35. max-height: 600px;
  36. overflow-y: auto;
  37. }
  38. .drop-zone {
  39. background-color: #dff0d8;
  40. border-color: #d6e9c6;
  41. color: #468847;
  42. border-radius: 4px;
  43. padding: 80px;
  44. vertical-align: middle;
  45. text-align: center;
  46. text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  47. }
  48. .drop-zone h1 {
  49. font-family: inherit;
  50. font-weight: bold;
  51. }
  52. #addfile
  53. { margin-right: 3px;
  54. padding: 0px 8px;
  55. color: #fff;
  56. text-decoration: none;
  57. background-color: #8fb3e7;
  58. display: inline-block;
  59. height: 22px;
  60. min-width: 24px;
  61. line-height: 22px;
  62. text-align: center;
  63. border-radius: 3px;
  64. font-size: 14px;
  65. cursor:pointer;
  66. }