ldapsaisie/src/css/default/LSconfirmBox.css
Benjamin Renard 7098b3ee79 Massive change of files organisation to move all files outside web-root
The web-root directory now contains URL rewrite stuff. All PHP & static files are
in root src directory and are served via LSurl routes.
2020-05-06 12:17:35 +02:00

60 lines
1.4 KiB
CSS

#box-LSconfirmBox {
-moz-border-radius: 5px;
border-radius: 5px;
margin: auto;
position: absolute;
z-index: 4;
display: none;
position: absolute;
background-color: #000;
min-height: 6em;
}
#title-LSconfirmBox {
width: 100%;
font-weight: bold;
color: #fff;
padding: 0px;
padding-left: 0.5em;
margin: 0px;
opacity: 0;
}
#text-LSconfirmBox {
width: 90%;
padding: 0px 5% 0px 5%;
text-align: center;
font-size: 0.8em;
font-style: italic;
color: #fff;
opacity: 0;
}
#closeBtn-LSconfirmBox {
background: url(../image/close) no-repeat;
width: 20px;
height: 20px;
position: absolute;
top: -10px;
right: -10px;
cursor: pointer;
opacity: 0;
}
#btnsBox-LSconfirmBox {
width: 100%;
text-align: center;
opacity: 0;
}
.btn-LSconfirmBox {
background-color: #fff;
-moz-border-radius: 5px;
border-radius: 5px;
color: #000;
font-weight: bold;
padding: 3px;
cursor: pointer;
margin: 2px;
}