MediaWiki: Common.css : Différence entre versions
De ECU
| Ligne 30 : | Ligne 30 : | ||
top: -250px; | top: -250px; | ||
left: 40%; | left: 40%; | ||
| + | } | ||
| + | |||
| + | #btn_close { | ||
| + | float: right; | ||
| + | cursor: pointer; | ||
} | } | ||
Version du 23 avril 2019 à 15:39
.button_container{
width: 100%;
text-align: center;
}
#button_modal {
height: 20px;
width: 20px;
background-color:#eb4d4b;
color: #ffffff;
font-family: helvetica;
font-size: 10px;
border: none;
cursor: pointer;
border-radius: 10px;
position: absolute;
top: 307px;
left: 315px;
}
#modal {
height: 200px;
width: 30%;
background-color: #B8C8F9;
font-family: helvetica;
text-align: center;
border-radius: 10px;
color: #ffffff;
position: absolute;
top: -250px;
left: 40%;
}
#btn_close {
float: right;
cursor: pointer;
}
