Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
arsnova-lite
Manage
Activity
Members
Labels
Plan
Issues
24
Issue boards
Milestones
Wiki
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Privacy
Imprint
Contact
Snippets
Groups
Projects
Show more breadcrumbs
ARSnova
arsnova-lite
Commits
9e3f9012
Commit
9e3f9012
authored
7 years ago
by
Heinrich Marks
Browse files
Options
Downloads
Patches
Plain Diff
Change appearence, footer now expandable
parent
90bcb58f
Branches
Branches containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/app/components/fragments/footer/footer.component.html
+35
-43
35 additions, 43 deletions
src/app/components/fragments/footer/footer.component.html
src/app/components/fragments/footer/footer.component.scss
+4
-25
4 additions, 25 deletions
src/app/components/fragments/footer/footer.component.scss
with
39 additions
and
68 deletions
src/app/components/fragments/footer/footer.component.html
+
35
−
43
View file @
9e3f9012
<footer>
<div
class=
"flex-container"
>
<div>
<h5>
Box1
</h5>
<ul>
<li>
<a
target=
"_blank"
href=
"https://www.thm.de/site/impressum.html"
>
Impressum
</a>
</li>
<li>
test
</li>
<li>
test
</li>
</ul>
</div>
<div>
<h5>
Box2
</h5>
<ul>
<li>
test2
</li>
<li>
test2
</li>
<li>
test2
</li>
</ul>
</div>
<!--
<div>
<h5>MatBox</h5>
<mat-list role="list">
<mat-list-item role="listitem">Item 1</mat-list-item>
<mat-list-item role="listitem">Item 2</mat-list-item>
<mat-list-item role="listitem">Item 3</mat-list-item>
</mat-list>
</div>
-->
</div>
<div
class=
"bottomline"
>
<span
class=
"example-fill-remaining-space"
></span>
<a>
© Copyright SWTP WS17/18
</a>
<span
class=
"example-fill-remaining-space"
></span>
</div>
<mat-expansion-panel>
<mat-expansion-panel-header>
<mat-panel-description>
© SWTP WS17/18
</mat-panel-description>
</mat-expansion-panel-header>
<mat-grid-list
cols=
"3"
rows=
"1"
rowHeight=
"200px"
>
<mat-grid-tile>
<mat-nav-list
role=
"list"
>
<h3
mat-subheader
>
Useful Links
</h3>
<mat-list-item
role=
"listitem"
>
<a
target=
"_blank"
href=
"https://www.thm.de/site/impressum.html"
>
Impressum
</a>
</mat-list-item>
<mat-list-item
role=
"listitem"
>
<a
target=
"_blank"
href=
"https://www.thm.de/site/impressum.html"
>
Privacy Terms
</a>
</mat-list-item>
<mat-list-item
role=
"listitem"
>
<a
target=
"_blank"
href=
"https://www.thm.de/site/impressum.html"
>
Halp
</a>
</mat-list-item>
</mat-nav-list>
</mat-grid-tile>
<mat-grid-tile>
<mat-list
role=
"list"
>
<mat-list-item
role=
"listitem"
>
<button
mat-raised-button
color=
"primary"
>
Login as guest
</button>
</mat-list-item>
</mat-list>
<button
mat-button
color=
"warn"
(click)=
"prevStep()"
>
Previous
</button>
</mat-grid-tile>
</mat-grid-list>
</mat-expansion-panel>
</footer>
<!-- (click)="goToHomepage()" -->
\ No newline at end of file
This diff is collapsed.
Click to expand it.
src/app/components/fragments/footer/footer.component.scss
+
4
−
25
View file @
9e3f9012
footer
{
background-color
:
rgb
(
223
,
223
,
223
);
text-align
:
center
;
overflow-y
:
auto
}
ul
{
list-style
:
none
mat-expansion-panel
{
background-color
:
rgb
(
235
,
235
,
235
);
color
:
rgb
(
60
,
60
,
60
);
}
.bottomline
{
background-color
:
rgb
(
201
,
201
,
201
);
color
:
white
;
font-size
:
12px
;
padding
:
0
.5%
}
.flex-container
{
display
:
flex
;
flex-direction
:
row
;
flex-wrap
:
wrap
;
justify-content
:
space-around
;;
}
.example-fill-remaining-space
{
/* This fills the remaining space, by using flexbox.
Every toolbar row uses a flexbox row layout. */
flex
:
1
1
auto
;
}
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment