diaspora/app/assets/stylesheets/report.scss
Lukas Matt d1e3e568b9 Report tab; bootstrap3 compatible, add user detail btn
The reported_user_details button will redirect you
to admin user_search. This can be useful if the podmin
wants to lock, unlock or delete the account which is
responsible for the reported post

Signed-off-by: Lukas Matt <lukas@zauberstuhl.de>
2015-10-03 10:58:01 +02:00

9 lines
117 B
SCSS

#reports {
padding-top: 2em;
.reason {
padding-bottom: 20px;
}
form input {
margin-right: 5px;
}
}