bootstrap-complement.css 397 B

123456789101112131415161718192021222324
  1. .btn-file {
  2. position: relative;
  3. overflow: hidden;
  4. }
  5. .btn-file input[type=file] {
  6. position: absolute;
  7. top: 0;
  8. right: 0;
  9. min-width: 100%;
  10. min-height: 100%;
  11. font-size: 100px;
  12. text-align: right;
  13. filter: alpha(opacity=0);
  14. opacity: 0;
  15. outline: none;
  16. background: white;
  17. cursor: inherit;
  18. display: block;
  19. }
  20. .panel-body pre {
  21. overflow: auto;
  22. white-space: pre-wrap;
  23. word-break: keep-all;
  24. }