]> git.mxchange.org Git - friendica.git/commitdiff
Bugfix: float for remote-friends-in-common wrapper
authorrabuzarus <rabuzarus@t-online.de>
Sat, 19 Nov 2016 20:14:28 +0000 (21:14 +0100)
committerrabuzarus <rabuzarus@t-online.de>
Sat, 19 Nov 2016 20:14:28 +0000 (21:14 +0100)
view/theme/frio/css/style.css

index e284310b860a815fee2e15a1c55ede601029fca7..af31d6ee9633755721cdc4147f2add6f7ee68ae4 100644 (file)
@@ -2404,3 +2404,11 @@ body .tread-wrapper .hovercard a:hover {
 body .tread-wrapper .hovercard:hover .hover-card-content a {
     color: $link_color !important;
 }
+
+/*
+ * some temporary workarounds until this will solved
+ * elsewhere (e.g. new templates)
+ */
+section .profile-match-wrapper {
+    float: left;
+}