You are here

visual_select_file.form.css in Visual select file 7

/**
 * Built for Seven.
 */

/**
 * Entity form page.
 */

.vsf-hide-reference {
	visibility: hidden;
	position: absolute;
	z-index: -1;
}

.vsf-modal {
  position: fixed;
}

.vsf-modal.ui-dialog {
  z-index: 10000;
}

.vsf-modal > .ui-dialog-content {
  overflow: visible;
  padding: 10px;
  z-index: 10001;
}
.vsf-modal .ui-button-text-only .ui-button-text {
  padding: 0;
}

File

visual_select_file.form.css
View source
  1. /**
  2. * Built for Seven.
  3. */
  4. /**
  5. * Entity form page.
  6. */
  7. .vsf-hide-reference {
  8. visibility: hidden;
  9. position: absolute;
  10. z-index: -1;
  11. }
  12. .vsf-modal {
  13. position: fixed;
  14. }
  15. .vsf-modal.ui-dialog {
  16. z-index: 10000;
  17. }
  18. .vsf-modal > .ui-dialog-content {
  19. overflow: visible;
  20. padding: 10px;
  21. z-index: 10001;
  22. }
  23. .vsf-modal .ui-button-text-only .ui-button-text {
  24. padding: 0;
  25. }