This commit is contained in:
Simon Grim 2015-08-18 16:15:46 +05:00
parent adc9af0540
commit 670af53ea4
2 changed files with 32 additions and 0 deletions

View File

@ -2303,6 +2303,26 @@ ul.userMenu-search-profiles button, ul.userMenu-search-profiles .show-more-follo
clear: left;
}
#opt-form-post-preview {
width: 100%;
}
#opt-form-post-preview #post-preview {
background-color: #FCFFF3;
width: 76% !important;
margin-left: 16px;
padding: 8px;
}
#opt-form-post-preview #post-preview .preview-container {
background-color: rgba(0,0,0, 0.05);
margin-top: 8px;
}
#opt-form-post-preview #post-preview .image-preview {
width: auto;
}
.post-area-new.open textarea, #postboard-top .post-area .post-area-new textarea, .mini-profile .post-area-new textarea {
height: 80px;
}

View File

@ -364,6 +364,18 @@ ul.userMenu-search-profiles
word-wrap: break-word
clear: left
#opt-form-post-preview
width: 100%
#post-preview
background-color: #FCFFF3
width: 76% !important
margin-left: 16px
padding: 8px
.preview-container
background-color: rgba(0,0,0, 0.05)
margin-top: 8px
.image-preview
width: auto