topic vertical alignment fixes, admin logs table width fix

This commit is contained in:
Kris Aubuchon 2013-10-31 09:35:49 -04:00
parent d01185215d
commit 396b626bdc
4 changed files with 8 additions and 5 deletions

View File

@ -752,7 +752,6 @@ table.api-keys {
} }
.screened-emails, .screened-urls, .screened-ip-addresses { .screened-emails, .screened-urls, .screened-ip-addresses {
width: 900px;
.email, .url { .email, .url {
width: 300px; width: 300px;
} }

View File

@ -17,7 +17,7 @@ a.loading-onebox {
> .source { > .source {
margin-bottom: 10px; margin-bottom: 10px;
margin-right: 10px; margin-right: 10px;
padding: 10px 0; padding: 0 0 10px 0;
display: block; display: block;
color: $black; color: $black;
position: relative; position: relative;

View File

@ -16,6 +16,7 @@
.btn { .btn {
float: right; float: right;
margin-left: 8px; margin-left: 8px;
margin-bottom: 10px;
font-size: 16px; font-size: 16px;
font-weight: normal; font-weight: normal;
} }

View File

@ -333,8 +333,6 @@ a.star {
} }
&:active { &:active {
@include box-shadow(inset 0 1px 3px rgba($black, 0.2)); @include box-shadow(inset 0 1px 3px rgba($black, 0.2));
} }
@ -501,6 +499,8 @@ iframe {
.contents .cooked { .contents .cooked {
padding-right: 30px; padding-right: 30px;
h1, h2, h3 {margin: 10px 0;} h1, h2, h3 {margin: 10px 0;}
ul, ol {margin: 15px 0;}
li p {margin: 3px 0;}
} }
.modal-body { .modal-body {
@ -599,6 +599,9 @@ position: relative;
} }
blockquote { /* solo quotes */ blockquote { /* solo quotes */
margin: 14px 0; margin: 14px 0;
padding: 12px; padding: 12px;
@ -672,7 +675,7 @@ blockquote { /* solo quotes */
float: left; float: left;
position: relative; position: relative;
width: 720px; width: 720px;
padding: 10px 0 15px 20px; padding: 10px 10px 15px 20px;
} }
.posts-wrapper { .posts-wrapper {