diff --git a/css/styleHangar.css b/css/styleHangar.css index a638b4b..7e3474c 100644 --- a/css/styleHangar.css +++ b/css/styleHangar.css @@ -155,11 +155,11 @@ /* layout one css starts */ .hangar-extra-content .pfc-posts-main .pfc-post.layout-one .news-thumb, .hangar-extra-content .pft-posts-main .pft-post.layout-one .news-thumb { - float: none; + /*float: none;*/ width: auto; max-height: 8.3rem; - overflow: hidden; - position: absolute; + /*overflow: hidden;*/ + /*position: absolute;*/ padding-right: 15px; } .hangar-extra-content .pfc-posts-main .news-thumb a img, diff --git a/style.css b/style.css index d75d1b9..c5907ed 100644 --- a/style.css +++ b/style.css @@ -1193,6 +1193,7 @@ form#commentform p.form-submit input#submit { width: 2rem; background: url('data:image/svg+xml;utf8,') center center no-repeat; background-color: rgba(150,150,150,0.5); + background-size: 50%; border-radius: 2rem; }