Browse Source

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

master
Simon Grim 9 years ago
parent
commit
2d05068159
  1. 5
      css/style.css
  2. 5
      theme_calm/css/style.css
  3. 10
      theme_nin/css/style.css
  4. 6
      theme_nin/sass/style.sass

5
css/style.css

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

5
theme_calm/css/style.css

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

10
theme_nin/css/style.css

@ -2291,6 +2291,16 @@ textarea.splited-post { @@ -2291,6 +2291,16 @@ textarea.splited-post {
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 */
.splited-post-counter {
color: rgba(0, 0, 0, 0.3);

6
theme_nin/sass/style.sass

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

Loading…
Cancel
Save