aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-01-08 04:13:53 -0800
committerfriendica <info@friendica.com>2012-01-08 04:13:53 -0800
commitdd7a10a219590c39fa206ddc4cb833c716967f55 (patch)
tree68aa3a89d2568b132f818aa65f9c480b99912db6
parentdf0f7ef560ddd1e62e52fce008c4d8c661e50f38 (diff)
downloadvolse-hubzilla-dd7a10a219590c39fa206ddc4cb833c716967f55.tar.gz
volse-hubzilla-dd7a10a219590c39fa206ddc4cb833c716967f55.tar.bz2
volse-hubzilla-dd7a10a219590c39fa206ddc4cb833c716967f55.zip
contact page float got lost somewhere
-rw-r--r--view/theme/duepuntozero/style.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css
index ab729b9da..8eb9f0b87 100644
--- a/view/theme/duepuntozero/style.css
+++ b/view/theme/duepuntozero/style.css
@@ -569,6 +569,13 @@ input#dfrn-url {
margin-left: 20px;
width: 180px;
}
+
+.contact-wrapper {
+ float: left;
+ width: 150px;
+ overflow: auto;
+}
+
#view-contact-end {
clear: both;
}