* 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
18 lines
254 B
SCSS
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;
|
|
}
|
|
}
|