Commit b946a10c by marco

cleaned up topic header to allow for multiple line titles still being visible

parent 1af4d90a
...@@ -813,6 +813,7 @@ body.discussion { ...@@ -813,6 +813,7 @@ body.discussion {
.browse-topic-drop-btn { .browse-topic-drop-btn {
display: block; display: block;
position: absolute; position: absolute;
padding-top: 10%;
top: -1px; top: -1px;
left: -1px; left: -1px;
z-index: 50; z-index: 50;
...@@ -824,13 +825,14 @@ body.discussion { ...@@ -824,13 +825,14 @@ body.discussion {
@include transition(none); @include transition(none);
.current-board { .current-board {
white-space: nowrap; white-space: normal;
} }
span { span {
font-size: 14px; font-size: 14px;
font-weight: 700; font-weight: 400;
line-height: 58px; line-height: 1.2;
color: #333; color: #333;
text-shadow: 0 1px 0 $white-t3; text-shadow: 0 1px 0 $white-t3;
opacity: 0.0; opacity: 0.0;
...@@ -1335,7 +1337,7 @@ body.discussion { ...@@ -1335,7 +1337,7 @@ body.discussion {
.profile-stat { .profile-stat {
display: inline-block; display: inline-block;
width: 30%; width: 32.5%;
vertical-align: middle; vertical-align: middle;
font-size: 12px; font-size: 12px;
...@@ -1396,10 +1398,6 @@ body.discussion { ...@@ -1396,10 +1398,6 @@ body.discussion {
padding: 0 $baseline/2; padding: 0 $baseline/2;
} }
.row-setting {
padding-left: $baseline;
}
.row-description { .row-description {
display: inline-block; display: inline-block;
width: 70%; width: 70%;
...@@ -1408,7 +1406,7 @@ body.discussion { ...@@ -1408,7 +1406,7 @@ body.discussion {
} }
.row-item-full { .row-item-full {
width: 70%; width: 77%;
.row-description { .row-description {
width: 80%; width: 80%;
......
...@@ -88,7 +88,7 @@ ...@@ -88,7 +88,7 @@
<div class="row-item-full"> <div class="row-item-full">
<i class="icon icon-envelope"></i> <i class="icon icon-envelope"></i>
<span class="row-setting"><input type="checkbox" name="email-notification"></input></span> <span class="row-setting"><input type="checkbox" name="email-notification"></input></span>
<span class="row-description"> If enabled, you will receive an email digest if there is new activity from posts you are following. </span> <span class="row-description"> If enabled, you will receive an email digest once a day notifying you about new, unread activity from posts you are following. </span>
</div> </div>
</li> </li>
</ul> </ul>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment