Commit d78016ecc5957f8f092c400c40df416975aabeaa
1 parent
0580503c
Exists in
master
and in
2 other branches
fix video
Showing
1 changed file
with
5 additions
and
2 deletions
Show diff stats
style.css
... | ... | @@ -3405,15 +3405,18 @@ body.action-embed-index { |
3405 | 3405 | margin: 0px; |
3406 | 3406 | padding: 0px; |
3407 | 3407 | width: 120px; |
3408 | - height: 120px; | |
3408 | + height: 150px; | |
3409 | + border: 0px; | |
3409 | 3410 | margin-bottom: 10px; |
3410 | 3411 | margin-right: 5px; |
3411 | 3412 | text-align: center; |
3412 | 3413 | } |
3413 | 3414 | |
3415 | +.article-body-video-plugin_video-gallery .video-author { display: none !important; } | |
3416 | + | |
3414 | 3417 | .article-body-video-plugin_video-gallery .video-title { |
3415 | 3418 | line-height: 1.1em; |
3416 | - font-size: 1em; | |
3419 | + font-size: 13px; | |
3417 | 3420 | } |
3418 | 3421 | |
3419 | 3422 | .controller-cms #article_published_at { | ... | ... |