BUGFIX: merge played up correct visual styles

This commit is contained in:
Sam 2014-04-30 16:13:08 +10:00
parent d8046a395f
commit e964ca4d4e
1 changed files with 9 additions and 9 deletions

View File

@ -70,7 +70,7 @@ h1 .topic-statuses .topic-status i {
.topic-meta-data-inside { .topic-meta-data-inside {
float: right; float: right;
margin-top: -54px; margin-top: -35px;
float: right; float: right;
font-size: 12px; font-size: 12px;
} }
@ -259,7 +259,7 @@ nav.post-controls {
} }
.topic-meta-data h5 { .topic-meta-data h5 {
position: absolute; position: absolute;
left: 75px; left: 70px;
top: 4px; top: 4px;
z-index: 1; z-index: 1;
font-size: 13px; font-size: 13px;
@ -270,7 +270,7 @@ nav.post-controls {
} }
} }
.topic-meta-data-inside { .topic-meta-data-inside {
margin: -10px 0 0 0; margin: -15px 0 0 0;
color: $secondary_text_color; color: $secondary_text_color;
} }
.topic-meta-data {padding-top: 20px;} .topic-meta-data {padding-top: 20px;}
@ -566,15 +566,15 @@ iframe {
.names { .names {
position: absolute; position: absolute;
left: 66px; left: 66px;
top: 30px; top: 10px;
width: 400px; width: 400px;
z-index: 1; z-index: 1;
@include medium-width { @include medium-width {
left: 98px; left: 60px;
} }
@include small-width { @include small-width {
left: 94px; left: 55px;
} }
} }
@ -586,7 +586,7 @@ iframe {
width: 45px; width: 45px;
height: 45px; height: 45px;
position: absolute; position: absolute;
top: 35px; top: 10px;
} }
.contents { .contents {
@ -650,7 +650,7 @@ iframe {
.contents .cooked { .contents .cooked {
margin-right: 60px; margin-right: 60px;
margin-top: 37px; margin-top: 20px;
word-wrap: break-word; word-wrap: break-word;
h1, h2, h3, h4, h5, h6 { margin: 30px 0 10px; } h1, h2, h3, h4, h5, h6 { margin: 30px 0 10px; }