ldapsaisie/src/css/black/LSsmoothbox.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

58 lines
1.4 KiB
CSS

#over-LSsmoothbox {
background-color: #33302b;
border: 1px solid #33302b;
margin: 0;
padding: 0;
}
#win-LSsmoothbox {
background-color: #fff;
border: 10px solid #33302b;
-moz-border-radius: 5px;
border-radius: 5px;
margin: auto;
position: absolute;
z-index: 3;
display: none;
}
#frame-LSsmoothbox {
overflow: auto;
height: 100%;
width: 100%;
display: none;
}
#closeBtn-LSsmoothbox {
background: url(../../images/black/close.png) no-repeat;
width: 20px;
height: 20px;
position: absolute;
top: -20px;
right: -20px;
cursor: pointer;
display: none;
}
#validBtn-LSsmoothbox {
background-color: #33302b;
-moz-border-radius: 5px;
border-radius: 5px;
height: 22px;
font-size: 18px;
color: #fff;
font-weight: bold;
padding: 0px 5px 0px 5px;
position: absolute;
bottom: -25px;
right: 20px;
cursor: pointer;
display: none;
}
#loadingImage-LSsmoothbox {
width: 100px;
height: 100px;
margin: 10px;
}