RSNewWebUI/webui-src/app/files/files.css
2020-12-22 13:41:55 +01:00

36 lines
581 B
CSS

.file-view {
width: 90%;
border-radius: 10px;
border: 1px solid #ccc;
margin-top: 2em;
padding: 1em;
animation: fadein 0.5s;
}.file-view > p {
margin: 0.5em;
font-size: 1.1em;
}.file-view > span {
margin: 0 1em;
font-size: 0.9em;
}.file-view > .progressbar {
width: 70%;
margin-bottom: 5px;
}.file-view button {
float: right;
margin-left: 15px;
}
span > i {
margin-right: 5px;
}
.filestat {
min-width: 7em;
display: inline-block;
}
.searchbar {
margin: 5px;
width: 40%;
box-shadow: 0 0 3px #aaa;
}