Ver Mensaje Individual
  #11 (permalink)  
Antiguo 13/04/2015, 07:53
Avatar de NueveReinas
NueveReinas
 
Fecha de Ingreso: septiembre-2013
Ubicación: No tan Buenos Aires
Mensajes: 1.101
Antigüedad: 10 años, 8 meses
Puntos: 145
Respuesta: Confirmacion de formulario

Prueba con esto entonces:

Código CSS:
Ver original
  1. .modal-body {
  2.     position: relative;
  3.     padding: 20px;
  4.     color: #333;
  5.         z-index:9999;
  6. }
  7. .modal-dialog {
  8.   width: 600px;
  9.   margin: 10px auto;
  10.   z-index:9999;
  11. }

O sino:

Código CSS:
Ver original
  1. .close {
  2.   float: right;
  3.   font-size: 21px;
  4.   font-weight: bold;
  5.   line-height: 1;
  6.   color: #000000;
  7.   text-shadow: 0 1px 0 #ffffff;
  8.   opacity: 0.2;
  9.   filter: alpha(opacity=20);
  10.   z-index:99999;
  11. }
__________________
¿Te sirvió la respuesta? Deja un +1