2015-04-10 17:00:50 -04:00
|
|
|
.queued-posts {
|
|
|
|
.queued-post {
|
|
|
|
padding: 1em 0;
|
|
|
|
|
|
|
|
.poster {
|
|
|
|
width: 70px;
|
|
|
|
float: left;
|
|
|
|
}
|
2015-04-20 16:34:36 -04:00
|
|
|
.post-info {
|
|
|
|
display: inline-block;
|
|
|
|
float: right;
|
|
|
|
font-size: 0.929em;
|
|
|
|
margin-top: 1px;
|
|
|
|
span {color: scale-color($primary, $lightness: 50%);}
|
|
|
|
}
|
|
|
|
|
2015-04-10 17:00:50 -04:00
|
|
|
.cooked {
|
|
|
|
width: $topic-body-width;
|
|
|
|
float: left;
|
2015-04-15 17:20:34 -04:00
|
|
|
|
|
|
|
#wmd-input {
|
|
|
|
width: 98%;
|
|
|
|
height: 15em;
|
|
|
|
}
|
2015-04-10 17:00:50 -04:00
|
|
|
}
|
2015-04-14 14:21:02 -04:00
|
|
|
|
2015-04-15 17:20:34 -04:00
|
|
|
.queue-controls {
|
|
|
|
button {
|
|
|
|
float: left;
|
|
|
|
margin-right: 0.5em;
|
|
|
|
}
|
|
|
|
}
|
2015-04-14 14:21:02 -04:00
|
|
|
.post-title {
|
|
|
|
color: darken(scale-color-diff(), 50%);
|
|
|
|
font-weight: bold;
|
2015-04-15 15:29:37 -04:00
|
|
|
|
|
|
|
.badge-wrapper {
|
|
|
|
margin-left: 1em;
|
|
|
|
}
|
2015-04-10 17:00:50 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|