fix css issue in directory
This commit is contained in:
parent
61aa33af1d
commit
78a70fed2f
@ -4,8 +4,8 @@
|
||||
border: none;
|
||||
}
|
||||
|
||||
.directory-item {
|
||||
margin-bottom: 20px;
|
||||
.section-content-tools-wrapper {
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
.contact-photo-wrapper {
|
||||
|
@ -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 */
|
||||
|
||||
|
@ -14,7 +14,7 @@
|
||||
</div>
|
||||
<h3>{{if $entry.public_forum}}<i class="icon-comments-alt" title="{{$entry.forum_label}} @{{$entry.nickname}}+"></i> {{/if}}<a href='{{$entry.profile_link}}' >{{$entry.name}}</a>{{if $entry.online}} <i class="icon-asterisk online-now" title="{{$entry.online}}"></i>{{/if}}</h3>
|
||||
</div>
|
||||
<div class="section-content-wrapper directory-collapse">
|
||||
<div class="section-content-tools-wrapper directory-collapse">
|
||||
<div class="contact-photo-wrapper" id="directory-photo-wrapper-{{$entry.hash}}" >
|
||||
<div class="contact-photo" id="directory-photo-{{$entry.hash}}" >
|
||||
<a href="{{$entry.profile_link}}" class="directory-profile-link" id="directory-profile-link-{{$entry.hash}}" >
|
||||
|
Reference in New Issue
Block a user