CP # Toolbar layout
This commit is contained in:
parent
9d3c5fd507
commit
a03ba63cc2
@ -5,18 +5,30 @@ p-toolbar img{
|
|||||||
height: 33px;
|
height: 33px;
|
||||||
padding-left: 50px;
|
padding-left: 50px;
|
||||||
}
|
}
|
||||||
p-toolbar button{
|
|
||||||
background: none;
|
|
||||||
border: none;
|
|
||||||
color: #3366ff;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
.splitBtn{
|
|
||||||
background: none !important;
|
|
||||||
|
|
||||||
}
|
|
||||||
.ui-inputgroup{
|
.ui-inputgroup{
|
||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
padding-bottom: 10px
|
padding-bottom: 10px
|
||||||
}
|
}
|
||||||
|
|
||||||
|
p-toolbar {
|
||||||
|
background-color: lightgrey;
|
||||||
|
opacity: 0.7;
|
||||||
|
z-index: 999;
|
||||||
|
position: absolute;
|
||||||
|
width: 100%;
|
||||||
|
border:none;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
p-toolbar .ui-button {
|
||||||
|
background-color: transparent ;
|
||||||
|
opacity: 1;
|
||||||
|
color:#3366ff;
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
|||||||
@ -12,7 +12,8 @@
|
|||||||
|
|
||||||
<button pButton type="button" label="SIGN UP" icon="pi pi-pencil" iconPos="right" (click)="signUp()"></button>
|
<button pButton type="button" label="SIGN UP" icon="pi pi-pencil" iconPos="right" (click)="signUp()"></button>
|
||||||
<button pButton type="button" label="LOG IN" icon="pi pi-sign-in" iconPos="right" (click)="logIn()"></button>
|
<button pButton type="button" label="LOG IN" icon="pi pi-sign-in" iconPos="right" (click)="logIn()"></button>
|
||||||
<p-splitButton [style]="{color:'black;'}" class="splitBtn" type="button" label="SIGN UP"></p-splitButton>
|
|
||||||
|
<p-splitButton *ngIf="Connected" class="btnDeMerde" type="button" label="Nom du gars"></p-splitButton>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@ -12,20 +12,17 @@ export class AppComponent implements OnInit{
|
|||||||
|
|
||||||
items : MenuItem[];
|
items : MenuItem[];
|
||||||
|
|
||||||
|
public Connected : false;
|
||||||
|
display: boolean = false;
|
||||||
|
|
||||||
constructor(){}
|
constructor(){}
|
||||||
ngOnInit(){
|
ngOnInit(){
|
||||||
this.items = [
|
this.items = [
|
||||||
{label: 'Update', icon: 'pi pi-refresh'},
|
{label: 'Update', icon: 'pi pi-refresh'},
|
||||||
{label: 'Delete', icon: 'pi pi-times'}
|
{label: 'Delete', icon: 'pi pi-times'}
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
display: boolean = false;
|
|
||||||
|
|
||||||
|
|
||||||
public logIn()
|
public logIn()
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user