diff --git a/app/static/structure.css b/app/static/structure.css index 6a350964..19f31a4a 100644 --- a/app/static/structure.css +++ b/app/static/structure.css @@ -725,8 +725,9 @@ fieldset legend { top: 0; } .post_list .post_teaser .thumbnail .fe-video { - left: 121px; + left: 160px; top: 0; + padding-top: 1px; } .post_list .post_teaser .thumbnail img { height: 60px; diff --git a/app/static/structure.scss b/app/static/structure.scss index 93700653..21a8d32f 100644 --- a/app/static/structure.scss +++ b/app/static/structure.scss @@ -319,8 +319,9 @@ html { } .fe-video { - left: 121px; + left: 160px; top: 0; + padding-top: 1px; } img {