From 3cc662aa63722f3d142fcc924614140a70ecc323 Mon Sep 17 00:00:00 2001 From: Friendika Date: Fri, 5 Nov 2010 05:01:54 -0700 Subject: friend/contact sidebar block --- view/theme/default/style.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'view/theme') diff --git a/view/theme/default/style.css b/view/theme/default/style.css index fd51e1d53..42da72d6a 100644 --- a/view/theme/default/style.css +++ b/view/theme/default/style.css @@ -616,6 +616,9 @@ input#dfrn-url { #view-contact-end { clear: both; } +#viewcontacts { + margin-top: 15px; +} #profile-edit-default-desc { color: #FF0000; border: 1px solid #FF8888; @@ -1780,3 +1783,15 @@ a.mail-list-link:hover { cursor: url('lock.cur'), pointer; /* cursor: pointer !important; */ } + +.contact-block-div { + float: left; + width: 52px; + height: 52px; +} +#contact-block-end { + clear: both; +} +.contact-block-link { + float: left; +} \ No newline at end of file -- cgit v1.2.3