diaspora/app/assets/stylesheets/report.css.scss
Lukas Matt 2e36f8d375 Diaspora review part 1
* join the conditions of the inner ifs
* add a uniqueness constraint to the model
* differentiate between author is a local or a remote user
* simplify controller/mailer functions
2014-05-15 07:23:43 -04:00

18 lines
254 B
SCSS

#reports {
padding-top: 2em;
span {
display: block;
}
.content {
float: left;
}
.options {
float: right;
}
.clear {
clear: both;
border-bottom: 1px solid #808080;
padding-bottom: 1em;
margin-bottom: 1em;
}
}