minor mobile fixes

This commit is contained in:
Jeff Atwood 2014-05-12 22:50:52 -07:00
parent c382b259f0
commit 8ff9b8388e
2 changed files with 5 additions and 2 deletions

View File

@ -87,7 +87,6 @@ body {
} }
blockquote { blockquote {
/* 13px left is intentional here to properly align with post quotes */ /* 13px left is intentional here to properly align with post quotes */
padding: 10px 8px 10px 13px; padding: 10px 8px 10px 13px;

View File

@ -390,6 +390,10 @@ iframe {
margin-top: -20px; margin-top: -20px;
} }
.post-action {
float:right;
}
.post-action .relative-date { .post-action .relative-date {
margin-left: 5px; margin-left: 5px;
} }
@ -498,7 +502,7 @@ blockquote {
z-index: 1; z-index: 1;
width: 100%; width: 100%;
.names {margin: 5px 0 0 70px; float: left;} .names {margin: 5px 0 0 70px; float: left;}
.post-info {float: right; font-size: 12px; margin: 21px 10px 0 0; .post-info {float: right; font-size: 12px; margin: 4px 10px 0 0;
.edits {margin-right: 5px;} .edits {margin-right: 5px;}
} }
} }