various display improvements

This commit is contained in:
Rigel Kent 2018-09-29 13:42:17 +02:00
parent 8c2b9756f9
commit f5d9558f66
No known key found for this signature in database
GPG Key ID: EA12971B0E438F36
5 changed files with 7 additions and 4 deletions

View File

@ -14,6 +14,10 @@ my-actor-avatar-info {
@include peertube-input-group(340px); @include peertube-input-group(340px);
} }
.input-group-append {
height: 30px;
}
input[type=text] { input[type=text] {
@include peertube-input-text(340px); @include peertube-input-text(340px);

View File

@ -29,7 +29,7 @@
</div> </div>
<footer class="row"> <footer class="row">
<a href="https://joinpeertube.org" title="PeerTube website" target="_blank" rel="noopener noreferrer">PeerTube v{{ serverVersion }}</a> - <a href="https://joinpeertube.org" title="PeerTube website" target="_blank" rel="noopener noreferrer">PeerTube v{{ serverVersion }}</a>&nbsp;-&nbsp;
<a href="https://github.com/Chocobozzz/PeerTube/blob/develop/LICENSE" title="PeerTube license" target="_blank" rel="noopener noreferrer">CopyLeft 2015-2018</a> <a href="https://github.com/Chocobozzz/PeerTube/blob/develop/LICENSE" title="PeerTube license" target="_blank" rel="noopener noreferrer">CopyLeft 2015-2018</a>
</footer> </footer>
</div> </div>

View File

@ -9,7 +9,7 @@
</div> </div>
<div <div
class="results-filter-button" (click)="isSearchFilterCollapsed = !isSearchFilterCollapsed" role="button" class="results-filter-button ml-auto" (click)="isSearchFilterCollapsed = !isSearchFilterCollapsed" role="button"
[attr.aria-expanded]="!isSearchFilterCollapsed" aria-controls="collapseBasic" [attr.aria-expanded]="!isSearchFilterCollapsed" aria-controls="collapseBasic"
> >
<span class="icon icon-filter"></span> <span class="icon icon-filter"></span>

View File

@ -5,7 +5,7 @@
</div> </div>
<my-help <my-help
*ngIf="video.commentsEnabled === true" helpType="custom" i18n-customHtml *ngIf="video.commentsEnabled === true" helpType="custom" i18n-customHtml
customHtml="You can either comment on the page of your instance where this video is federated with your PeerTube account, or via any ActivityPub-capable fediverse instance. For instance with Mastodon or Pleroma you can type in the search box <strong>@{{video.account.name}}@{{video.account.host}}</strong> and find back the video. Direct commenting capabilities are being worked on in <a href='https://github.com/Chocobozzz/PeerTube/issues/224'>#224</a>."></my-help> customHtml="You can either comment on the page of your instance where this video is federated with your PeerTube account, or via any ActivityPub-capable fediverse instance. For instance with Mastodon or Pleroma you can type in the search box <strong>@{{video.account.name}}@{{video.account.host}}</strong> and find back the video."></my-help>
</div> </div>
<ng-template [ngIf]="video.commentsEnabled === true"> <ng-template [ngIf]="video.commentsEnabled === true">

View File

@ -244,7 +244,6 @@ label {
} }
.inputs { .inputs {
margin-top: 40px;
margin-bottom: 0; margin-bottom: 0;
text-align: right; text-align: right;