Files
Phraseanet/resources/www/shared/jquery.image_enhancer.scss
2015-12-02 17:35:36 +01:00

53 lines
781 B
SCSS

.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;
}