mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-11 12:03:14 +00:00
57 lines
748 B
CSS
57 lines
748 B
CSS
|
|
|
|
.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_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_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_title_options span {
|
|
margin:2px 5px;
|
|
float:right;
|
|
cursor:pointer;
|
|
} |