Profile settings title consistency
This commit is contained in:
parent
0e856b78e9
commit
e2c1f77957
6 changed files with 17 additions and 17 deletions
|
@ -60,7 +60,7 @@
|
|||
<div class="form-row" *ngIf="!isInBigView()"> <!-- hidden on large screens, as it is then displayed on the right side of the form -->
|
||||
<div class="col-12 col-xl-3"></div>
|
||||
|
||||
<div class="form-group-right col-12 col-xl-9">
|
||||
<div class="col-12 col-xl-9">
|
||||
<ng-template *ngTemplateOutlet="dashboard"></ng-template>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -76,7 +76,7 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group form-group-right col-12 col-lg-8 col-xl-9" [ngClass]="{ 'form-row': isInBigView() }">
|
||||
<div class="form-group col-12 col-lg-8 col-xl-9" [ngClass]="{ 'form-row': isInBigView() }">
|
||||
|
||||
<form role="form" (ngSubmit)="formValidated()" [formGroup]="form" [ngClass]="{ 'col-5': isInBigView() }">
|
||||
<div class="form-group" *ngIf="isCreation()">
|
||||
|
@ -197,7 +197,7 @@
|
|||
<div i18n class="account-title account-title-danger">DANGER ZONE</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group form-group-right col-12 col-lg-8 col-xl-9" [ngClass]="{ 'form-row': isInBigView() }">
|
||||
<div class="form-group col-12 col-lg-8 col-xl-9" [ngClass]="{ 'form-row': isInBigView() }">
|
||||
|
||||
<div class="danger-zone">
|
||||
<div class="form-group reset-password-email">
|
||||
|
|
|
@ -7,18 +7,18 @@
|
|||
<div class="form-group col-12 col-lg-4 col-xl-3">
|
||||
<h2 i18n class="applications-title">SUBSCRIPTION FEED</h2>
|
||||
<div i18n class="applications-description">
|
||||
Use third-party feed aggregators to retrieve the list of videos from
|
||||
Use third-party feed aggregators to retrieve the list of videos from
|
||||
channels you subscribed to. Make sure to keep your token private.
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group form-group-right col-12 col-lg-8 col-xl-9">
|
||||
<div class="form-group col-12 col-lg-8 col-xl-9">
|
||||
|
||||
<div class="form-group">
|
||||
<label i18n for="feed-url">Feed URL</label>
|
||||
<my-input-readonly-copy [value]="feedUrl"></my-input-readonly-copy>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="form-group">
|
||||
<label i18n for="feed-token">Feed Token</label>
|
||||
<my-input-readonly-copy [value]="feedToken"></my-input-readonly-copy>
|
||||
|
|
|
@ -24,7 +24,7 @@ input[type=submit] {
|
|||
}
|
||||
|
||||
textarea {
|
||||
@include peertube-textarea(500px, 150px);
|
||||
@include peertube-textarea(100%, 150px);
|
||||
max-width: 100%;
|
||||
|
||||
display: block;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<div class="form-row"> <!-- preview -->
|
||||
<div class="form-group col-12 col-lg-4 col-xl-3"></div>
|
||||
|
||||
<div class="form-group form-group-right col-12 col-lg-8 col-xl-9">
|
||||
<div class="form-group col-12 col-lg-8 col-xl-9">
|
||||
<my-actor-avatar-info [actor]="user.account" (avatarChange)="onAvatarChange($event)"></my-actor-avatar-info>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -12,7 +12,7 @@
|
|||
<h2 i18n class="account-title">PROFILE SETTINGS</h2>
|
||||
</div>
|
||||
|
||||
<div class="form-group form-group-right col-12 col-lg-8 col-xl-9">
|
||||
<div class="form-group col-12 col-lg-8 col-xl-9">
|
||||
|
||||
<my-user-quota [user]="user" [userInformationLoaded]="userInformationLoaded"></my-user-quota>
|
||||
|
||||
|
@ -26,7 +26,7 @@
|
|||
<h2 i18n class="account-title">VIDEO SETTINGS</h2>
|
||||
</div>
|
||||
|
||||
<div class="form-group form-group-right col-12 col-lg-8 col-xl-9">
|
||||
<div class="form-group col-12 col-lg-8 col-xl-9">
|
||||
<my-user-video-settings [user]="user" [userInformationLoaded]="userInformationLoaded"></my-user-video-settings>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -37,7 +37,7 @@
|
|||
<h2 i18n class="account-title">NOTIFICATIONS</h2>
|
||||
</div>
|
||||
|
||||
<div class="form-group form-group-right col-12 col-lg-8 col-xl-9">
|
||||
<div class="form-group col-12 col-lg-8 col-xl-9">
|
||||
<my-account-notification-preferences [user]="user" [userInformationLoaded]="userInformationLoaded"></my-account-notification-preferences>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -47,7 +47,7 @@
|
|||
<h2 i18n class="account-title">INTERFACE</h2>
|
||||
</div>
|
||||
|
||||
<div class="form-group form-group-right col-12 col-lg-8 col-xl-9">
|
||||
<div class="form-group col-12 col-lg-8 col-xl-9">
|
||||
<my-user-interface-settings [user]="user" [userInformationLoaded]="userInformationLoaded"></my-user-interface-settings>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -57,7 +57,7 @@
|
|||
<h2 i18n class="account-title">PASSWORD</h2>
|
||||
</div>
|
||||
|
||||
<div class="form-group form-group-right col-12 col-lg-8 col-xl-9">
|
||||
<div class="form-group col-12 col-lg-8 col-xl-9">
|
||||
<my-account-change-password></my-account-change-password>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -67,7 +67,7 @@
|
|||
<h2 i18n class="account-title">EMAIL</h2>
|
||||
</div>
|
||||
|
||||
<div class="form-group form-group-right col-12 col-lg-8 col-xl-9">
|
||||
<div class="form-group col-12 col-lg-8 col-xl-9">
|
||||
<my-account-change-email></my-account-change-email>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -77,7 +77,7 @@
|
|||
<h2 i18n class="account-title account-title-danger">DANGER ZONE</h2>
|
||||
</div>
|
||||
|
||||
<div class="form-group form-group-right col-12 col-lg-8 col-xl-9">
|
||||
<div class="form-group col-12 col-lg-8 col-xl-9">
|
||||
<my-account-danger-zone [user]="user"></my-account-danger-zone>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
<div *ngIf="!isCreation() && videoChannelToUpdate" class="video-channel-title" i18n>CHANNEL</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group form-group-right col-12 col-lg-8 col-xl-9">
|
||||
<div class="form-group col-12 col-lg-8 col-xl-9">
|
||||
|
||||
<div class="form-group" *ngIf="isCreation()">
|
||||
<label i18n for="name">Name</label>
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
<div *ngIf="!isCreation() && videoPlaylistToUpdate" class="video-playlist-title" i18n>PLAYLIST</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group form-group-right col-12 col-lg-8 col-xl-9">
|
||||
<div class="form-group col-12 col-lg-8 col-xl-9">
|
||||
|
||||
<div class="col-md-12 col-xl-6">
|
||||
<div class="form-group">
|
||||
|
|
Loading…
Reference in a new issue