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;
|
2015-08-20 05:42:12 -04:00
|
|
|
span {color: dark-light-choose(scale-color($primary, $lightness: 50%), scale-color($secondary, $lightness: 50%)); }
|
2015-04-20 16:34:36 -04:00
|
|
|
}
|
|
|
|
|
2015-04-10 17:00:50 -04:00
|
|
|
.cooked {
|
|
|
|
width: $topic-body-width;
|
|
|
|
float: left;
|
2015-04-15 17:20:34 -04:00
|
|
|
|
2015-07-13 16:36:38 -04:00
|
|
|
.wmd-input {
|
2015-04-15 17:20:34 -04:00
|
|
|
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 {
|
2015-08-20 21:34:30 -04:00
|
|
|
color: dark-light-diff($primary, $secondary, 20%, -60%);
|
2015-04-14 14:21:02 -04:00
|
|
|
font-weight: bold;
|
2015-04-15 15:29:37 -04:00
|
|
|
|
|
|
|
.badge-wrapper {
|
|
|
|
margin-left: 1em;
|
|
|
|
}
|
2015-04-10 17:00:50 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|