From e223fee40d349cb8080a6b2ec5000f163a3e1dda Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Wed, 8 Feb 2017 07:21:19 +0100 Subject: [PATCH] remove float left to fix issue 2987 in quattro theme --- view/theme/quattro/dark/style.css | 5 ++--- view/theme/quattro/green/style.css | 5 ++--- view/theme/quattro/lilac/style.css | 11 +++++------ view/theme/quattro/quattro.less | 5 +---- 4 files changed, 10 insertions(+), 16 deletions(-) diff --git a/view/theme/quattro/dark/style.css b/view/theme/quattro/dark/style.css index 0e5c394394..4a1f77881d 100644 --- a/view/theme/quattro/dark/style.css +++ b/view/theme/quattro/dark/style.css @@ -463,7 +463,7 @@ a:hover { text-decoration: underline; } blockquote { - background: #ffffff; + background: #FFFFFF; padding: 1em; margin-left: 1em; border-left: 1em solid #e6e6e6; @@ -1210,7 +1210,7 @@ section { .wall-item-container .wall-item-actions-social a { margin-right: 3em; } -.wall-item-container .wall-item-actions-social a.active { +.wall-item-container .wall-item-actions-social a .active { font-weight: bold; } .wall-item-container .wall-item-actions-tools { @@ -1459,7 +1459,6 @@ blockquote.shared_content { } .oembed.video > a.embed_video { display: block; - float: left; position: relative; } .oembed.video > a.embed_video > div { diff --git a/view/theme/quattro/green/style.css b/view/theme/quattro/green/style.css index 0532bc1ed1..11fff105da 100644 --- a/view/theme/quattro/green/style.css +++ b/view/theme/quattro/green/style.css @@ -463,7 +463,7 @@ a:hover { text-decoration: underline; } blockquote { - background: #ffffff; + background: #FFFFFF; padding: 1em; margin-left: 1em; border-left: 1em solid #e6e6e6; @@ -1210,7 +1210,7 @@ section { .wall-item-container .wall-item-actions-social a { margin-right: 3em; } -.wall-item-container .wall-item-actions-social a.active { +.wall-item-container .wall-item-actions-social a .active { font-weight: bold; } .wall-item-container .wall-item-actions-tools { @@ -1459,7 +1459,6 @@ blockquote.shared_content { } .oembed.video > a.embed_video { display: block; - float: left; position: relative; } .oembed.video > a.embed_video > div { diff --git a/view/theme/quattro/lilac/style.css b/view/theme/quattro/lilac/style.css index a982c6e59c..81564a0d26 100644 --- a/view/theme/quattro/lilac/style.css +++ b/view/theme/quattro/lilac/style.css @@ -420,7 +420,7 @@ body { font-family: Liberation Sans, helvetica, arial, clean, sans-serif; font-size: 11px; - background-color: #f6ecf9; + background-color: #F6ECF9; color: #2d2d2d; margin: 50px 0 0 0; display: table; @@ -463,7 +463,7 @@ a:hover { text-decoration: underline; } blockquote { - background: #ffffff; + background: #FFFFFF; padding: 1em; margin-left: 1em; border-left: 1em solid #e6e6e6; @@ -1210,7 +1210,7 @@ section { .wall-item-container .wall-item-actions-social a { margin-right: 3em; } -.wall-item-container .wall-item-actions-social a.active { +.wall-item-container .wall-item-actions-social a .active { font-weight: bold; } .wall-item-container .wall-item-actions-tools { @@ -1459,7 +1459,6 @@ blockquote.shared_content { } .oembed.video > a.embed_video { display: block; - float: left; position: relative; } .oembed.video > a.embed_video > div { @@ -1772,7 +1771,7 @@ span[id^="showmore-wrap"] { height: 20px; width: 500px; font-weight: bold; - border: 1px solid #f6ecf9; + border: 1px solid #F6ECF9; } #jot #jot-title:-webkit-input-placeholder { font-weight: normal; @@ -1799,7 +1798,7 @@ span[id^="showmore-wrap"] { margin: 0; height: 20px; width: 200px; - border: 1px solid #f6ecf9; + border: 1px solid #F6ECF9; } #jot #jot-category:hover { border: 1px solid #999999; diff --git a/view/theme/quattro/quattro.less b/view/theme/quattro/quattro.less index 25a524043b..469c075c41 100644 --- a/view/theme/quattro/quattro.less +++ b/view/theme/quattro/quattro.less @@ -788,12 +788,10 @@ blockquote.shared_content { border: none; } - .oembed.video { > a.embed_video { display: block; - float: left; - position: relative; + position: relative; > div { position: absolute; top: 0px; left: 0px; background: @@ -805,7 +803,6 @@ blockquote.shared_content { } } - /* threaded comments */ .children { margin-top: 1em;