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 {
.browse-topic-drop-btn {
display: block;
position: absolute;
padding-top: 10%;
top: -1px;
left: -1px;
z-index: 50;
......@@ -824,13 +825,14 @@ body.discussion {
@include transition(none);
.current-board {
white-space: nowrap;
white-space: normal;
}
span {
font-size: 14px;
font-weight: 700;
line-height: 58px;
font-weight: 400;
line-height: 1.2;
color: #333;
text-shadow: 0 1px 0 $white-t3;
opacity: 0.0;
......@@ -1335,7 +1337,7 @@ body.discussion {
.profile-stat {
display: inline-block;
width: 30%;
width: 32.5%;
vertical-align: middle;
font-size: 12px;
......@@ -1396,10 +1398,6 @@ body.discussion {
padding: 0 $baseline/2;
}
.row-setting {
padding-left: $baseline;
}
.row-description {
display: inline-block;
width: 70%;
......@@ -1408,7 +1406,7 @@ body.discussion {
}
.row-item-full {
width: 70%;
width: 77%;
.row-description {
width: 80%;
......
......@@ -88,7 +88,7 @@
<div class="row-item-full">
<i class="icon icon-envelope"></i>
<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>
</li>
</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