2014-10-06 23:50:18 +08:00
|
|
|
#topic-title {
|
|
|
|
|
2015-01-15 04:36:38 +08:00
|
|
|
.title-wrapper {
|
|
|
|
float: left;
|
|
|
|
width: 90%;
|
|
|
|
.btn-small {
|
|
|
|
margin: 0 6px 0 0;
|
|
|
|
}
|
2015-04-15 03:54:17 +08:00
|
|
|
|
|
|
|
.badge-wrapper {
|
|
|
|
float: left;
|
|
|
|
&.bullet {
|
|
|
|
margin-top: 5px;
|
|
|
|
}
|
|
|
|
}
|
2015-01-15 04:36:38 +08:00
|
|
|
}
|
2014-10-06 23:50:18 +08:00
|
|
|
|
|
|
|
a.badge-category {
|
|
|
|
margin-top: 5px;
|
2015-01-15 04:36:38 +08:00
|
|
|
}
|
2014-10-06 23:50:18 +08:00
|
|
|
|
2014-12-19 16:46:24 +08:00
|
|
|
a.edit-topic i { font-size: 0.8em; }
|
2014-10-06 23:50:18 +08:00
|
|
|
}
|
2014-12-31 05:29:28 +08:00
|
|
|
|
|
|
|
.topic-title-outlet {
|
|
|
|
clear: both;
|
|
|
|
}
|
2015-02-19 10:17:31 +08:00
|
|
|
|
2015-04-15 03:54:17 +08:00
|
|
|
.extra-info-wrapper {
|
|
|
|
.badge-wrapper {
|
|
|
|
float: left;
|
|
|
|
&.bullet {
|
|
|
|
margin-top: 5px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
2015-04-28 03:55:10 +08:00
|
|
|
|
|
|
|
.has-pending-posts {
|
|
|
|
padding: 0.5em;
|
|
|
|
background-color: dark-light-diff($highlight, $secondary, 50%, -70%);
|
|
|
|
a[href] {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
}
|