file.admin.css

Same filename in other branches
  1. 9 core/themes/stable/css/file/file.admin.css

Admin stylesheet for file module.

File

core/themes/stable/css/file/file.admin.css

View source
  1. /**
  2. * @file
  3. * Admin stylesheet for file module.
  4. */
  5. /* File upload widget. */
  6. .form-managed-file .form-submit {
  7. margin: 0 0.5em;
  8. }
  9. .form-managed-file div.ajax-progress-bar {
  10. display: none;
  11. width: 28em;
  12. margin-top: 4px;
  13. padding: 0;
  14. }
  15. .form-managed-file .ajax-progress-bar .bar {
  16. margin: 0;
  17. }

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.