You are here

file_browser.preview.css in File Entity Browser 8

File

css/file_browser.preview.css
View source
  1. /**
  2. * @file file_browser.preview.css
  3. */
  4. .file-browser-preview-dialog {
  5. position: absolute;
  6. height: 100% !important;
  7. width: 100% !important;
  8. max-width: none !important;
  9. top: 0 !important;
  10. left: 0 !important;
  11. }
  12. .file-browser-preview-dialog #drupal-modal {
  13. width: 100% !important;
  14. height: 100% !important;
  15. max-height: none !important;
  16. padding-top: 0;
  17. margin-top: -20px;
  18. background: #2d2d2d;
  19. }
  20. #file-browser-preview-wrapper {
  21. max-width: 90%;
  22. }
  23. .file-browser-preview-dialog.ui-dialog .ui-dialog-titlebar {
  24. background-color: #2d2d2d;
  25. border-radius: 0;
  26. }
  27. .file-browser-preview-dialog.ui-dialog .ui-dialog-title {
  28. color: transparent;
  29. }