Minor projector css/wording changes
This commit is contained in:
parent
40de87c5b4
commit
ff410a4954
@ -186,7 +186,6 @@ export class SlideContainerComponent extends BaseComponent {
|
|||||||
*/
|
*/
|
||||||
private setProjectorForComponent(): void {
|
private setProjectorForComponent(): void {
|
||||||
if (this.slideRef && this.slideRef.instance) {
|
if (this.slideRef && this.slideRef.instance) {
|
||||||
console.log(this.projector);
|
|
||||||
this.slideRef.instance.projector = this.projector;
|
this.slideRef.instance.projector = this.projector;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -10,6 +10,7 @@
|
|||||||
.projector {
|
.projector {
|
||||||
width: 320px;
|
width: 320px;
|
||||||
color: black;
|
color: black;
|
||||||
|
border: 1px solid lightgrey;
|
||||||
}
|
}
|
||||||
|
|
||||||
form {
|
form {
|
||||||
|
@ -55,11 +55,11 @@ export const allSlidesDynamicConfiguration: (SlideDynamicConfiguration & Slide)[
|
|||||||
viewModelStore: ViewModelStoreService
|
viewModelStore: ViewModelStoreService
|
||||||
) => {
|
) => {
|
||||||
const item = viewModelStore.get('agenda/item', element.id);
|
const item = viewModelStore.get('agenda/item', element.id);
|
||||||
|
let title = translate.instant('List of speakers');
|
||||||
if (item) {
|
if (item) {
|
||||||
const title = translate.instant('List of speakers for');
|
title = title + ' (' + item.getTitle() + ')';
|
||||||
return title + ' ' + item.getTitle();
|
|
||||||
}
|
}
|
||||||
return translate.instant('List of speakers');
|
return title;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -5,9 +5,15 @@
|
|||||||
.material-icons {
|
.material-icons {
|
||||||
font-family: 'Material Icons';
|
font-family: 'Material Icons';
|
||||||
}
|
}
|
||||||
|
h1 {
|
||||||
|
font-size: 1.8em;
|
||||||
|
font-weight: 500;
|
||||||
|
line-height: 1.1em;
|
||||||
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
line-height: 40px;
|
line-height: 40px;
|
||||||
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
@ -20,8 +26,6 @@
|
|||||||
margin-bottom: 40px;
|
margin-bottom: 40px;
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
font-size: 1.8em;
|
|
||||||
line-height: 1.1em;
|
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
padding-bottom: 0;
|
padding-bottom: 0;
|
||||||
}
|
}
|
||||||
|
@ -191,6 +191,9 @@ mat-card {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.projector-card .mat-form-field-infix {
|
||||||
|
width: 320px;
|
||||||
|
}
|
||||||
|
|
||||||
// Shared table definitions
|
// Shared table definitions
|
||||||
%os-table {
|
%os-table {
|
||||||
|
Loading…
Reference in New Issue
Block a user