mirror of https://github.com/Chocobozzz/PeerTube
Move alert into to pt-alert-primary
parent
04c2dcfc6b
commit
b13a0a48ba
|
@ -163,7 +163,7 @@
|
||||||
<ng-container ngProjectAs="description">
|
<ng-container ngProjectAs="description">
|
||||||
<span i18n>⚠️ This functionality requires a lot of attention and extra moderation.</span>
|
<span i18n>⚠️ This functionality requires a lot of attention and extra moderation.</span>
|
||||||
|
|
||||||
<div class="alert alert-info alert-signup" *ngIf="signupAlertMessage">{{ signupAlertMessage }}</div>
|
<div class="alert pt-alert-primary alert-signup" *ngIf="signupAlertMessage">{{ signupAlertMessage }}</div>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
|
|
||||||
<ng-container ngProjectAs="extra">
|
<ng-container ngProjectAs="extra">
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<my-plugin-navigation [pluginType]="pluginType"></my-plugin-navigation>
|
<my-plugin-navigation [pluginType]="pluginType"></my-plugin-navigation>
|
||||||
|
|
||||||
<div class="alert alert-info" i18n *ngIf="pluginInstalled">
|
<div class="alert pt-alert-primary" i18n *ngIf="pluginInstalled">
|
||||||
To load your new installed plugins or themes, refresh the page.
|
To load your new installed plugins or themes, refresh the page.
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -237,7 +237,7 @@
|
||||||
<ng-template ngbNavContent>
|
<ng-template ngbNavContent>
|
||||||
<div class="row live-settings">
|
<div class="row live-settings">
|
||||||
<div class="col-md-12">
|
<div class="col-md-12">
|
||||||
<div class="alert alert-info">
|
<div class="alert pt-alert-primary">
|
||||||
<my-live-documentation-link></my-live-documentation-link>
|
<my-live-documentation-link></my-live-documentation-link>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -44,7 +44,7 @@
|
||||||
{{ error }}
|
{{ error }}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="alert alert-info" i18n *ngIf="isInUpdateForm && getMaxLiveDuration() >= 0">
|
<div class="alert pt-alert-primary" i18n *ngIf="isInUpdateForm && getMaxLiveDuration() >= 0">
|
||||||
Max live duration is {{ getMaxLiveDuration() | myDurationFormatter }}.
|
Max live duration is {{ getMaxLiveDuration() | myDurationFormatter }}.
|
||||||
If your live reaches this limit, it will be automatically terminated.
|
If your live reaches this limit, it will be automatically terminated.
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -52,7 +52,7 @@
|
||||||
{{ error }}
|
{{ error }}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div *ngIf="hasImportedVideo && !error" class="alert alert-info" i18n>
|
<div *ngIf="hasImportedVideo && !error" class="alert pt-alert-primary" i18n>
|
||||||
Congratulations, the video will be imported with BitTorrent! You can already add information about this video.
|
Congratulations, the video will be imported with BitTorrent! You can already add information about this video.
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -45,7 +45,7 @@
|
||||||
{{ error }}
|
{{ error }}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div *ngIf="!error && hasImportedVideo" class="alert alert-info" i18n>
|
<div *ngIf="!error && hasImportedVideo" class="alert pt-alert-primary" i18n>
|
||||||
Congratulations, the video behind {{ targetUrl }} will be imported! You can already add information about this video.
|
Congratulations, the video behind {{ targetUrl }} will be imported! You can already add information about this video.
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -87,7 +87,7 @@
|
||||||
{{ error }}
|
{{ error }}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div *ngIf="videoUploaded && !error" class="alert alert-info" i18n>
|
<div *ngIf="videoUploaded && !error" class="alert pt-alert-primary" i18n>
|
||||||
Congratulations! Your video is now available in your private library.
|
Congratulations! Your video is now available in your private library.
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -22,15 +22,15 @@
|
||||||
The video is being moved to an external server, it may not work properly.
|
The video is being moved to an external server, it may not work properly.
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div i18n class="alert alert-info" *ngIf="hasVideoScheduledPublication()">
|
<div i18n class="alert pt-alert-primary" *ngIf="hasVideoScheduledPublication()">
|
||||||
This video will be published on {{ video.scheduledUpdate.updateAt | date: 'full' }}.
|
This video will be published on {{ video.scheduledUpdate.updateAt | date: 'full' }}.
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div i18n class="alert alert-info" *ngIf="isWaitingForLive()">
|
<div i18n class="alert pt-alert-primary" *ngIf="isWaitingForLive()">
|
||||||
This live has not started yet.
|
This live has not started yet.
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div i18n class="alert alert-info" *ngIf="isLiveEnded()">
|
<div i18n class="alert pt-alert-primary" *ngIf="isLiveEnded()">
|
||||||
This live has ended.
|
This live has ended.
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<div *ngIf="hasChannelNotConfigured()" class="channels-setup-message alert alert-info">
|
<div *ngIf="hasChannelNotConfigured()" class="channels-setup-message alert pt-alert-primary">
|
||||||
<my-global-icon iconName="tip"></my-global-icon>
|
<my-global-icon iconName="tip"></my-global-icon>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<div i18n>
|
<p i18n>
|
||||||
See <a href="https://docs.joinpeertube.org/use-create-upload-video?id=publish-a-live-in-peertube-gt-v3" target="_blank" rel="noopener noreferrer">the documentation</a>
|
See <a class="link-orange" href="https://docs.joinpeertube.org/use-create-upload-video?id=publish-a-live-in-peertube-gt-v3" target="_blank" rel="noopener noreferrer">the documentation</a>
|
||||||
to learn how to use the PeerTube live streaming feature.
|
to learn how to use the PeerTube live streaming feature.
|
||||||
</div>
|
</p>
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
<div class="pt-badge badge-blue" *ngIf="live.saveReplay" i18n>Replay will be saved</div>
|
<div class="pt-badge badge-blue" *ngIf="live.saveReplay" i18n>Replay will be saved</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="alert alert-info">
|
<div class="alert pt-alert-primary">
|
||||||
<my-live-documentation-link></my-live-documentation-link>
|
<my-live-documentation-link></my-live-documentation-link>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@ p-autocomplete {
|
||||||
margin: 20px 0;
|
margin: 20px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.alert-info {
|
.pt-alert-primary {
|
||||||
margin: 1rem 0;
|
margin: 1rem 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -246,10 +246,6 @@ label + .form-group-description {
|
||||||
// ---------------------------------------------------------------------------
|
// ---------------------------------------------------------------------------
|
||||||
|
|
||||||
.alert {
|
.alert {
|
||||||
p {
|
|
||||||
font-size: 16px;
|
|
||||||
}
|
|
||||||
|
|
||||||
p:last-child {
|
p:last-child {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue