From 78a70fed2f7cf9a53e6e4fab516b00cece12fbf0 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Sun, 6 Dec 2015 16:37:57 +0100 Subject: fix css issue in directory --- view/css/mod_directory.css | 4 ++-- view/theme/redbasic/css/style.css | 6 +++--- view/tpl/direntry.tpl | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'view') diff --git a/view/css/mod_directory.css b/view/css/mod_directory.css index 5a2b8d443..9bfea856d 100644 --- a/view/css/mod_directory.css +++ b/view/css/mod_directory.css @@ -4,8 +4,8 @@ border: none; } -.directory-item { - margin-bottom: 20px; +.section-content-tools-wrapper { + padding-bottom: 20px; } .contact-photo-wrapper { diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index d76992b2f..a8b18a27e 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1635,10 +1635,7 @@ img.mail-conv-sender-photo { .divgrow-showmore { display: block; - width: 100%; border-top: 1px dashed #ccc; - border-bottom-right-radius: $radiuspx; - border-bottom-left-radius: $radiuspx; text-align: center; font-size: $body_font_size; color: $link_colour; @@ -1649,6 +1646,9 @@ img.mail-conv-sender-photo { border-top: 1px dashed #adadad; } +.directory-item .divgrow-showmore { + background-color: $comment_item_colour; +} /* widgets */ diff --git a/view/tpl/direntry.tpl b/view/tpl/direntry.tpl index 6407f1edd..ecc38beb9 100755 --- a/view/tpl/direntry.tpl +++ b/view/tpl/direntry.tpl @@ -14,7 +14,7 @@

{{if $entry.public_forum}} {{/if}}{{$entry.name}}{{if $entry.online}} {{/if}}

-
+