piskel/src/css/settings-export.css

66 lines
1.0 KiB
CSS
Raw Normal View History

2014-07-13 02:21:36 +04:00
/*******************************/
2014-04-12 14:08:53 +04:00
/* Gif/Png Export Setting panel*/
/*******************************/
2014-07-13 02:21:36 +04:00
.gif-download-button,
2014-04-12 14:08:53 +04:00
.gif-render-button {
margin-top : 10px;
margin-right : 10px;
}
.gif-export-preview,
.png-export-preview {
position:relative;
2014-07-13 02:21:36 +04:00
margin-top:10px;
max-height:32px;
}
.gif-export-preview {
max-width:32px;
2014-04-12 14:08:53 +04:00
}
.png-export-preview {
margin:10px 0;
overflow: hidden;
}
.png-export-preview img {
2014-07-13 03:01:33 +04:00
max-height:32px;
2014-04-12 14:08:53 +04:00
float: left;
}
2014-07-13 02:21:36 +04:00
.gif-upload-status {
width: 180px;
margin-left: 5px;
margin-top: 10px;
}
.gif-upload-status,
.gif-export-preview {
float : left;
2014-04-12 14:08:53 +04:00
}
.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;
2014-07-13 02:21:36 +04:00
}
.gif-export-progress-status {
margin-left: 5px;
}
.gif-export-progress-bar {
margin-top:5px;
height:3px;
width: 0;
background:gold;
}