mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
58 lines
952 B
CSS
58 lines
952 B
CSS
/*******************************/
|
|
/* Gif/Png Export Setting panel*/
|
|
/*******************************/
|
|
.gif-download-button,
|
|
.gif-render-button {
|
|
margin-top : 10px;
|
|
margin-right : 10px;
|
|
}
|
|
|
|
.gif-export-preview,
|
|
.png-export-preview {
|
|
position:relative;
|
|
margin-top:10px;
|
|
max-height:32px;
|
|
}
|
|
|
|
.gif-export-preview {
|
|
max-width:32px;
|
|
}
|
|
|
|
.png-export-preview img {
|
|
max-height:32px;
|
|
float: left;
|
|
}
|
|
|
|
.png-export-preview .light-picker-background {
|
|
max-width:240px;
|
|
}
|
|
|
|
.gif-upload-status {
|
|
width: 180px;
|
|
margin-left: 5px;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.gif-upload,
|
|
.png-export-preview {
|
|
overflow: hidden;
|
|
}
|
|
|
|
.gif-upload-status,
|
|
.gif-export-preview {
|
|
float : left;
|
|
}
|
|
|
|
.preview-upload-ongoing:before{
|
|
content: "Upload ongoing ...";
|
|
position: absolute;
|
|
display: block;
|
|
height: 100%;
|
|
width: 100%;
|
|
text-align: center;
|
|
padding-top: 45%;
|
|
box-sizing:border-box;
|
|
-moz-box-sizing:border-box;
|
|
background: rgba(0,0,0,0.5);
|
|
color: white;
|
|
} |