Changed popup no access - #3625

Former-commit-id: 0798f53d9074a580309aeb9f9577ec518efd9264
This commit is contained in:
Tatiana Llorente 2019-04-15 14:42:58 +02:00
parent 6a9c972ed6
commit 29c282dc79
2 changed files with 7 additions and 7 deletions

View File

@ -11,9 +11,10 @@
transform: translate(-50%, -50%); transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);
width:650px; width:650px;
height: 350px; height: 400px;
background:white; background:white;
background-image:url('images/image_problem_area.png'); background-image:url('images/imagen-no-acceso.jpg');
background-repeat:no-repeat;
justify-content: center; justify-content: center;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
@ -30,7 +31,7 @@
color:#000; color:#000;
font-family:Nunito; font-family:Nunito;
line-height: 40px; line-height: 40px;
font-size: 25pt; font-size: 23pt;
margin-bottom:30px; margin-bottom:30px;
} }
.modalclose{ .modalclose{
@ -42,12 +43,11 @@
} }
.modalconten{ .modalconten{
color:black; color:black;
background:white; width:300px;
width:350px;
margin-left: 30px; margin-left: 30px;
} }
.modalcontenttex{ .modalcontenttex{
text-align:justify; text-align:left;
color:black; color:black;
font-size: 11pt; font-size: 11pt;
line-height:13pt; line-height:13pt;
@ -159,6 +159,6 @@ font-size:10pt;
window.location="."; window.location=".";
}); });
$('div#page').css('background-color','#a5a5a5'); $('div#page').css('background-color','#d3d3d3');
</script> </script>

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB