FIX: mobile date was pushed offscreen, w/ h-scroll

This commit is contained in:
Jeff Atwood 2014-11-01 21:21:16 -07:00
parent 7143b09b98
commit a54e33cd6b
3 changed files with 2 additions and 8 deletions

View File

@ -33,7 +33,6 @@ body {
.boxed { .boxed {
height: 100%; height: 100%;
@include border-radius-all(5px);
&.white { &.white {
background-color: $secondary; background-color: $secondary;
} }

View File

@ -10,9 +10,8 @@ body {
.boxed { .boxed {
height: 100%; height: 100%;
@include border-radius-all(5px);
.contents { .contents {
padding: 10px 10px 10px 10px; padding: 10px;
} }
&.white { &.white {
background-color: $secondary; background-color: $secondary;

View File

@ -364,10 +364,6 @@ iframe {
display: none; display: none;
} }
.topic-meta-data {
margin-bottom: 10px;
}
.open>.dropdown-menu { .open>.dropdown-menu {
display: block; display: block;
} }
@ -473,7 +469,7 @@ span.highlighted {
margin-left: 60px; margin-left: 60px;
white-space: nowrap; white-space: nowrap;
position: absolute; position: absolute;
width: 100%; width: 80%;
left: 0px; left: 0px;
.names { .names {
margin: 5px 0 0 5px; margin: 5px 0 0 5px;