]> git.mxchange.org Git - friendica.git/commitdiff
remove float left to fix issue 2987 in quattro theme
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Wed, 8 Feb 2017 06:21:19 +0000 (07:21 +0100)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Wed, 8 Feb 2017 06:21:19 +0000 (07:21 +0100)
view/theme/quattro/dark/style.css
view/theme/quattro/green/style.css
view/theme/quattro/lilac/style.css
view/theme/quattro/quattro.less

index 0e5c394394370a186bcd1663264732166da1a2f8..4a1f77881d9d8d08a390e729db813e12c55a181c 100644 (file)
@@ -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 {
index 0532bc1ed153ac52b89874ad0dfedc4f9d27503c..11fff105da2f53f8a23b6e748ff40b80d3afc1ea 100644 (file)
@@ -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 {
index a982c6e59c37ff5703430b8ecccf3b6c52cbdd14..81564a0d266933cb798714ca679d98249c61733c 100644 (file)
 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;
index 25a524043bdf1a28ae3d7f7693c2a210bad16833..469c075c41f50e65f926dbce599e6d9377b78f21 100644 (file)
@@ -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;