2015-04-11 05:00:50 +08:00
|
|
|
.queued-posts {
|
|
|
|
.queued-post {
|
|
|
|
padding: 1em 0;
|
|
|
|
|
|
|
|
.poster {
|
|
|
|
width: 70px;
|
|
|
|
float: left;
|
|
|
|
}
|
2015-04-21 04:34:36 +08:00
|
|
|
.post-info {
|
|
|
|
display: inline-block;
|
|
|
|
float: right;
|
2018-01-13 06:27:38 +08:00
|
|
|
font-size: $font-down-1;
|
2015-04-21 04:34:36 +08:00
|
|
|
margin-top: 1px;
|
2017-10-11 04:07:46 +08:00
|
|
|
span {color: dark-light-choose($primary-medium, $secondary-medium); }
|
2015-04-21 04:34:36 +08:00
|
|
|
}
|
|
|
|
|
2015-04-11 05:00:50 +08:00
|
|
|
.cooked {
|
|
|
|
width: $topic-body-width;
|
|
|
|
float: left;
|
2015-04-16 05:20:34 +08:00
|
|
|
|
2015-11-04 05:25:37 +08:00
|
|
|
.d-editor-input {
|
2015-04-16 05:20:34 +08:00
|
|
|
width: 98%;
|
|
|
|
height: 15em;
|
|
|
|
}
|
2015-04-11 05:00:50 +08:00
|
|
|
}
|
2015-04-15 02:21:02 +08:00
|
|
|
|
2018-02-26 18:42:57 +08:00
|
|
|
.tag-chooser {
|
|
|
|
width: 100%;
|
|
|
|
margin-bottom: .5em;
|
|
|
|
|
|
|
|
.select-kit-collection {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2015-04-16 05:20:34 +08:00
|
|
|
.queue-controls {
|
|
|
|
button {
|
|
|
|
float: left;
|
|
|
|
margin-right: 0.5em;
|
|
|
|
}
|
|
|
|
}
|
2015-04-15 02:21:02 +08:00
|
|
|
.post-title {
|
2017-06-12 10:20:14 +08:00
|
|
|
color: $primary-medium;
|
2015-04-15 02:21:02 +08:00
|
|
|
font-weight: bold;
|
2015-04-16 03:29:37 +08:00
|
|
|
|
|
|
|
.badge-wrapper {
|
|
|
|
margin-left: 1em;
|
|
|
|
}
|
2015-04-11 05:00:50 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|