tune #CSS of image preview of #options's post preview

This commit is contained in:
Simon Grim 2015-08-10 04:29:41 +05:00
parent 2ae0996c2e
commit 2d05068159
4 changed files with 26 additions and 0 deletions

View File

@ -663,6 +663,11 @@ textarea.splited-post {
padding: 8px; padding: 8px;
} }
#opt-form-post-preview #post-preview .preview-container {
margin-top: 8px;
margin-bottom: -10px; /* to neutralize .image-preview */
}
.splited-post-counter { .splited-post-counter {
color: rgba(0, 0, 0, 0.3); color: rgba(0, 0, 0, 0.3);
font-weight: bold; font-weight: bold;

View File

@ -792,6 +792,11 @@ textarea.splited-post {
padding: 8px; padding: 8px;
} }
#opt-form-post-preview #post-preview .preview-container {
height: auto;
margin-top: 8px;
}
.splited-post-counter { .splited-post-counter {
color: rgba(0, 0, 0, 0.3); color: rgba(0, 0, 0, 0.3);
font-weight: bold; font-weight: bold;

View File

@ -2291,6 +2291,16 @@ textarea.splited-post {
padding: 8px; padding: 8px;
} }
#opt-form-post-preview #post-preview .preview-container {
background-color: rgba(0, 0, 0, 0.43);
width: 97%;
margin-top: 8px;
}
#opt-form-post-preview #post-preview .image-preview {
width: auto;
}
/* line 384, ../sass/style.sass */ /* line 384, ../sass/style.sass */
.splited-post-counter { .splited-post-counter {
color: rgba(0, 0, 0, 0.3); color: rgba(0, 0, 0, 0.3);

View File

@ -368,6 +368,12 @@ ul.userMenu-search-profiles
width: 76% width: 76%
margin-left: 16px margin-left: 16px
padding: 8px padding: 8px
.preview-container
background-color: rgba(0, 0, 0, 0.43)
width: 97%
margin-top: 8px
.image-preview
width: auto
#postboard-top #postboard-top
clear: both clear: both