Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
.h5p-metadata-popup-overlay {
2
  position: absolute;
3
  top: 0;
4
  left: 0;
5
  right: 0;
6
  bottom: 0;
7
  background-color: rgba(0, 0, 0, 0.85);
8
  // Need to be higer than the different z-indexes in the custom editors
9
  // Like eg popups in CP, DnD and IV
10
  z-index: 101;
11
  text-align: center;
12
}