EngineGP/template/css/user.css

66 lines
987 B
CSS
Raw Normal View History

#drop-files {
position: relative;
2023-03-04 23:45:46 +00:00
width: 99%;
height: 56px;
margin: 0 auto;
background-color: #ffffff;
border: 2px dashed #dcdcdc;
text-align: center;
font: 15px 'Open Sans';
}
#drop-files p {
clear: none;
padding: 0;
margin: 0;
2023-03-04 23:45:46 +00:00
}
#uploaded-holder {
display: none;
position: relative;
margin: 0 auto 10px;
width: 100%;
2023-03-04 23:45:46 +00:00
}
#dropped-files {
display: block;
margin: 0 auto;
width: 100%
2023-03-04 23:45:46 +00:00
}
#upload-button {
z-index: 9999;
display: none;
margin: 5px 0;
2023-03-04 23:45:46 +00:00
}
#loading-content {
position: relative;
font-size: 13px;
font-weight: bold;
text-align: center;
width: 100%;
2023-03-04 23:45:46 +00:00
}
#file-name-holder {
width: 100%;
float: left;
2023-03-04 23:45:46 +00:00
}
#file-name-holder h1 {
2023-03-04 23:45:46 +00:00
padding: 5px 0;
font-size: 13px;
margin: 0;
}
#drop-files input {
border: 0;
2023-03-04 23:45:46 +00:00
background-color: #ffffff;
width: initial;
}
.image {
width: 140px;
2023-03-04 23:45:46 +00:00
height: 140px;
background-repeat: no-repeat !important
2023-03-04 23:45:46 +00:00
}