Merge remote-tracking branch 'upstream/develop' into 1502-contacts-in-scrape
This commit is contained in:
commit
a26d04574d
35 changed files with 28475 additions and 27903 deletions
|
@ -95,7 +95,7 @@ input#dfrn-url {
|
|||
background-color: #222222;
|
||||
color: #FFFFFF !important;
|
||||
}
|
||||
.pager_first a, .pager_last a, .pager_prev a, .pager_next a, .pager_n a, .pager_current {
|
||||
.pager_first a, .pager_last a, .pager_prev a, .pager_next a, .pager_n a, .pager_current, .scroll_loader_text {
|
||||
color: #000088;
|
||||
}
|
||||
|
||||
|
|
|
@ -1476,7 +1476,8 @@ blockquote.shared_content {
|
|||
.pager_last,
|
||||
.pager_prev,
|
||||
.pager_next,
|
||||
.pager_n {
|
||||
.pager_n,
|
||||
.scroll_loader_text {
|
||||
border: 1px solid black;
|
||||
background: #EEE;
|
||||
padding: 4px;
|
||||
|
|
|
@ -1886,7 +1886,8 @@ input#profile-jot-email {
|
|||
}*/
|
||||
|
||||
.pager_prev a,
|
||||
.pager_next a {
|
||||
.pager_next a,
|
||||
.scroll_loader_text {
|
||||
font-size: 1.5em;
|
||||
padding: 0.2em 1em;
|
||||
border: 1px solid #aaa;
|
||||
|
|
|
@ -1782,7 +1782,8 @@ input#dfrn-url {
|
|||
.pager_last,
|
||||
.pager_prev,
|
||||
.pager_next,
|
||||
.pager_n {
|
||||
.pager_n,
|
||||
.scroll_loader_text {
|
||||
/* background: #EEE;*/
|
||||
}
|
||||
|
||||
|
|
|
@ -8,6 +8,8 @@
|
|||
|
||||
<link rel="stylesheet" type="text/css" href="{{$stylesheet}}" media="all" />
|
||||
|
||||
<script type="text/javascript" src="{{$baseurl}}/js/jquery.js" ></script>
|
||||
|
||||
<link rel="shortcut icon" href="{{$baseurl}}/images/friendica-32.png" />
|
||||
<link rel="search"
|
||||
href="{{$baseurl}}/opensearch"
|
||||
|
|
|
@ -203,7 +203,8 @@ div.pager a {
|
|||
}
|
||||
|
||||
span.pager_first a, span.pager_n a,
|
||||
span.pager_last a, span.pager_prev a, span.pager_next a {
|
||||
span.pager_last a, span.pager_prev a, span.pager_next a,
|
||||
span.scroll_loader_text {
|
||||
color: darkgray;
|
||||
}
|
||||
|
||||
|
|
|
@ -15,9 +15,9 @@
|
|||
|
||||
|
||||
{{if $profile.picdate}}
|
||||
<div id="profile-photo-wrapper"><img class="photo" src="{{$profile.photo}}?rev={{$profile.picdate}}" alt="{{$profile.name}}" /></div>
|
||||
<div id="profile-photo-wrapper"><a href="{{$profile.url}}"><img class="photo" src="{{$profile.photo}}?rev={{$profile.picdate}}" alt="{{$profile.name}}" /></a></div>
|
||||
{{else}}
|
||||
<div id="profile-photo-wrapper"><img class="photo" src="{{$profile.photo}}" alt="{{$profile.name}}" /></div>
|
||||
<div id="profile-photo-wrapper"><a href="{{$profile.url}}"><img class="photo" src="{{$profile.photo}}" alt="{{$profile.name}}" /></a></div>
|
||||
{{/if}}
|
||||
{{if $pdesc}}<div class="title">{{$profile.pdesc}}</div>{{/if}}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue