From d6c6a2b144ad1c619cef70310bad7e0cdc920e77 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 13 Aug 2013 02:29:10 -0700 Subject: debugging issue #58 - seems to work but needs (more) theming --- view/theme/redbasic/css/style.css | 12 ++++++++++++ view/tpl/profile_vcard.tpl | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) (limited to 'view') diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 9687443df..abfeb44bc 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -2091,6 +2091,18 @@ aside input[type='text'] { margin-right: 50px; } +.rconnect { + display: block; + color: #FFFFFF; + margin-top: 15px; + background-color: #FF6666; + -webkit-border-radius: $radiuspx ; + -moz-border-radius: $radiuspx; + border-radius: $radiuspx; + padding: 5px; + font-weight: bold; +} + #dfrn-request-networks { margin-bottom: 30px; diff --git a/view/tpl/profile_vcard.tpl b/view/tpl/profile_vcard.tpl index 634c48e03..5262adf61 100755 --- a/view/tpl/profile_vcard.tpl +++ b/view/tpl/profile_vcard.tpl @@ -46,7 +46,7 @@ {{if $connect}} -$connect +{{$connect}} {{/if}} -- cgit v1.2.3