1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-03-15 12:29:16 +01:00

Fix page title's layout

This commit is contained in:
vincent 2022-07-11 11:33:31 +02:00
parent 95f192893b
commit 272e105f5a
3 changed files with 13 additions and 6 deletions

View File

@ -103,12 +103,20 @@
}
.heading-title {
//overflow: hidden;
height: 94px;
min-height: 94px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
padding: 15px;
& > *:not(:last-child) {
margin-right: 3rem;
}
h1 {
margin: 0 0 0 15px;
padding: 36px 15px;
margin: 0;
padding: 15px 0;
}
}

View File

@ -34,7 +34,6 @@
.heading-title {
h1 {
font-size: rem-calc(16);
padding: 26px 15px;
}
}
}

View File

@ -11,7 +11,7 @@
<section class="heading-title">
<h1 class="inline">{{ 'app.shared.user_admin.user' | translate }} {{ user.name }}</h1>
<span class="label label-danger text-white" ng-show="user.need_completion" translate>{{ 'app.shared.user_admin.incomplete_profile' }}</span>
<div class="pull-right" style="top: 35%;position: relative;right: 10px;" ng-if="enableUserValidationRequired">
<div ng-if="enableUserValidationRequired">
<user-validation member="user"
on-error="onError"
on-success="onValidateMemberSuccess" />