css fix
This commit is contained in:
parent
026787fc73
commit
36fe2ac87e
@ -1,16 +1,7 @@
|
|||||||
.aprofile dt {
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
|
|
||||||
.profile-thing-list {
|
.profile-thing-list {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.profile-thing-list img {
|
.profile-thing-img {
|
||||||
margin-bottom: 5px;
|
margin: 7px 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.profile-thing-list > li {
|
|
||||||
margin-bottom: 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
@ -1383,9 +1383,8 @@ img.mail-conv-sender-photo {
|
|||||||
-moz-border-radius: $radiuspx;
|
-moz-border-radius: $radiuspx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.profile-thing-list img, .thing-show img, .thing-edit-links a {
|
.thing-show img {
|
||||||
margin-top: 8px;
|
margin: 10px;
|
||||||
margin-right: 15px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.abook-self {
|
.abook-self {
|
||||||
|
@ -273,7 +273,7 @@
|
|||||||
<b>{{$profile.fullname.1}} {{$key}}</b>
|
<b>{{$profile.fullname.1}} {{$key}}</b>
|
||||||
<ul class="profile-thing-list">
|
<ul class="profile-thing-list">
|
||||||
{{foreach $items as $item}}
|
{{foreach $items as $item}}
|
||||||
<li>{{if $item.img}}<a href="{{$item.url}}" ><img src="{{$item.img}}" width="100" height="100" alt="{{$item.term}}" /></a>{{/if}}
|
<li>{{if $item.img}}<a href="{{$item.url}}" ><img src="{{$item.img}}" class="profile-thing-img" width="100" height="100" alt="{{$item.term}}" /></a>{{/if}}
|
||||||
<a href="{{$item.url}}" >{{$item.term}}</a>
|
<a href="{{$item.url}}" >{{$item.term}}</a>
|
||||||
{{if $profile.canlike}}<br />
|
{{if $profile.canlike}}<br />
|
||||||
<button type="button" class="btn btn-default btn-sm" onclick="doprofilelike('thing/' + '{{$item.term_hash}}','like'); return false;" title="{{$likethis}}" >
|
<button type="button" class="btn btn-default btn-sm" onclick="doprofilelike('thing/' + '{{$item.term_hash}}','like'); return false;" title="{{$likethis}}" >
|
||||||
|
Reference in New Issue
Block a user