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;
|
|
|
|
}
|
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;
|
2015-09-02 10:20:35 +08:00
|
|
|
&.bullet {
|
|
|
|
margin-top: 5px;
|
|
|
|
}
|
2015-04-15 03:54:17 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
}
|
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;
|
|
|
|
}
|
|
|
|
}
|
2015-06-16 06:24:08 +08:00
|
|
|
|
|
|
|
// Target the .badge-category text, the bullet icon needs to maintain `display: block`
|
|
|
|
#suggested-topics h3 .badge-wrapper.bullet span.badge-category,
|
|
|
|
#suggested-topics h3 .badge-wrapper.box span,
|
|
|
|
#suggested-topics h3 .badge-wrapper.bar span {
|
|
|
|
display: inline;
|
2015-07-23 08:36:08 +08:00
|
|
|
overflow: inherit;
|
2015-06-16 06:24:08 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
#suggested-topics h3 .badge-wrapper.bullet span.badge-category, {
|
|
|
|
// Override vertical-align: text-top from `badges.css.scss`
|
|
|
|
vertical-align: baseline;
|
|
|
|
}
|
|
|
|
|
|
|
|
#suggested-topics h3 .badge-wrapper.bullet,
|
|
|
|
#suggested-topics h3 .badge-wrapper.bullet span.badge-category-parent-bg,
|
|
|
|
#suggested-topics h3 .badge-wrapper.bullet span.badge-category-bg {
|
|
|
|
// Top of bullet aligns with top of line - adjust line height to vertically align bullet.
|
|
|
|
line-height: 0.8;
|
|
|
|
}
|
2015-08-13 05:00:16 +08:00
|
|
|
|
|
|
|
.topic-unsubscribe {
|
|
|
|
.notification-options {
|
|
|
|
display: inline-block;
|
2015-08-14 18:22:32 +08:00
|
|
|
float: none;
|
|
|
|
line-height: 2em;
|
2015-08-13 05:00:16 +08:00
|
|
|
.dropdown-toggle {
|
|
|
|
float: none;
|
|
|
|
}
|
|
|
|
.dropdown-menu {
|
|
|
|
bottom: initial;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|