This repository has been archived on 2023-05-12. You can view files and clone it, but cannot push or open issues or pull requests.
media-host/static/css/admin.css

20 lines
303 B
CSS

.container {
width: 100%;
margin: 10px 0 15px 0;
}
.report-actions > form {
width: -moz-fit-content;
width: fit-content;
float: left;
margin-right: 3px;
}
.report-actions > form::after {
clear: both;
content: "";
}
.report-actions > form > input[type='submit'] {
cursor: pointer;
}