mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-15 14:03:27 +00:00
lightbox and report css refactoring, build tools cleanup
This commit is contained in:
@@ -1,57 +1,53 @@
|
||||
|
||||
|
||||
.image_enhance_titlebar
|
||||
{
|
||||
width:100%;
|
||||
position:absolute;
|
||||
top:0;
|
||||
height:0;
|
||||
.image_enhance_titlebar {
|
||||
width: 100%;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
height: 0;
|
||||
}
|
||||
|
||||
.image_enhance_title_options,
|
||||
.image_enhance_title_bg
|
||||
{
|
||||
position:absolute;
|
||||
width:100%;
|
||||
height:100%;
|
||||
top:0;
|
||||
left:0;
|
||||
z-index:800;
|
||||
background-color:black;
|
||||
.image_enhance_title_bg {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
top: 0;
|
||||
left: 0;
|
||||
z-index: 800;
|
||||
background-color: black;
|
||||
}
|
||||
|
||||
.image_enhance_title_options
|
||||
{
|
||||
background-color:transparent;
|
||||
z-index:900;
|
||||
.image_enhance_title_options {
|
||||
background-color: transparent;
|
||||
z-index: 900;
|
||||
}
|
||||
|
||||
.image_enhance_theatre
|
||||
{
|
||||
position:absolute;
|
||||
top:0;
|
||||
left:0;
|
||||
width:100%;
|
||||
height:100%;
|
||||
background:black;
|
||||
z-index:8000
|
||||
.image_enhance_theatre {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: black;
|
||||
z-index: 8000
|
||||
}
|
||||
|
||||
.image_enhance_theatre_closer_wrapper{
|
||||
position:absolute;
|
||||
top:10px;
|
||||
right:10px;
|
||||
z-index:8200;
|
||||
.image_enhance_theatre_closer_wrapper {
|
||||
position: absolute;
|
||||
top: 10px;
|
||||
right: 10px;
|
||||
z-index: 8200;
|
||||
}
|
||||
.image_enhance_theatre img
|
||||
{
|
||||
position:absolute;
|
||||
top:0;
|
||||
left:0;
|
||||
z-index:8100;
|
||||
|
||||
.image_enhance_theatre img {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
z-index: 8100;
|
||||
}
|
||||
|
||||
.image_enhance_title_options span {
|
||||
margin:2px 5px;
|
||||
float:right;
|
||||
cursor:pointer;
|
||||
margin: 2px 5px;
|
||||
float: right;
|
||||
cursor: pointer;
|
||||
}
|
Reference in New Issue
Block a user