Moves the "Reply >>" and "new post" field to be alligned with the post bodies rather then the authors. Removal of width limits. It looks like the 'single-forum-post' class should go on the <div id="a-index"> element, but it doesn't appear there?
65 lines
820 B
SCSS
65 lines
820 B
SCSS
div.list-of-forum-posts {
|
|
p.info {
|
|
color: #AAA;
|
|
font-style: italic;
|
|
font-size: 80%;
|
|
}
|
|
|
|
article {
|
|
margin-bottom: 3em;
|
|
|
|
div.author {
|
|
width: 12em;
|
|
float: left;
|
|
margin-right: 2em;
|
|
word-wrap: break-word;
|
|
}
|
|
|
|
div.content {
|
|
margin-left: 14em;
|
|
|
|
menu {
|
|
margin-top: 0.5em;
|
|
|
|
li {
|
|
margin-right: 1em;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
div.list-of-forum-posts+p {
|
|
margin-left: 14em;
|
|
}
|
|
|
|
div#c-forum-topics {
|
|
div.single-forum-post {
|
|
}
|
|
|
|
div#a-show {
|
|
}
|
|
|
|
span.info {
|
|
color: #AAA;
|
|
}
|
|
|
|
span.new {
|
|
font-size: 80%;
|
|
color: red;
|
|
margin-right: 0.5em;
|
|
}
|
|
|
|
a.last-page {
|
|
color: #666;
|
|
}
|
|
|
|
span.locked-topic {
|
|
color: #666;
|
|
}
|
|
|
|
#topic-response {
|
|
margin-left:14em;
|
|
}
|
|
}
|