This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects
Commit 6f454c88 authored by Michael Breu's avatar Michael Breu :speech_balloon:
Browse files

Layout Polishing

parent 140164e1
Branches
1 merge request!62created achievementService and separated some functionality out of...
:host ::ng-deep h1 { text-align: center;}
<div><!-- just a wrapper -->
<div class="row">
<div class="col-md-12">
<jhi-pages-markdown-viewer [path]="pagesStartPath"></jhi-pages-markdown-viewer>
<jhi-pages-markdown-viewer class="home" [path]="pagesStartPath"></jhi-pages-markdown-viewer>
<div [ngSwitch]="isAuthenticated()">
<div class="alert alert-success" *ngSwitchCase="true">
......
......@@ -360,17 +360,15 @@
<a class="nav-link dropdown-toggle" data-toggle="dropdown" ngbDropdownToggle
href="javascript:void(0);" id="admin-menu">
<span>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
class="bi bi-globe" viewBox="0 0 16 16">
<svg aria-hidden="true" focusable="false" data-prefix="far" data-icon="question-circle" class="svg-inline--fa fa-question-circle fa-w-16" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 448c-110.532 0-200-89.431-200-200 0-110.495 89.472-200 200-200 110.491 0 200 89.471 200 200 0 110.53-89.431 200-200 200zm107.244-255.2c0 67.052-72.421 68.084-72.421 92.863V300c0 6.627-5.373 12-12 12h-45.647c-6.627 0-12-5.373-12-12v-8.659c0-35.745 27.1-50.034 47.579-61.516 17.561-9.845 28.324-16.541 28.324-29.579 0-17.246-21.999-28.693-39.784-28.693-23.189 0-33.894 10.977-48.942 29.969-4.057 5.12-11.46 6.071-16.666 2.124l-27.824-21.098c-5.107-3.872-6.251-11.066-2.644-16.363C184.846 131.491 214.94 112 261.794 112c49.071 0 101.45 38.304 101.45 88.8zM298 368c0 23.159-18.841 42-42 42s-42-18.841-42-42 18.841-42 42-42 42 18.841 42 42z"></path></svg>
<span jhiTranslate="global.menu.help">Help</span>
</span>
</a>
<ul class="dropdown-menu" aria-labelledby="help-menu">
<ul class="dropdown-menu" aria-labelledby="help-menu" style="left: auto; right: 0">
<li>
<a class="dropdown-item" routerLink="pages/{{languageService.currentLang}}/helpStart"
(click)="collapseNavbar()">
<fa-icon icon="user" ></fa-icon><span jhiTranslate="global.menu.helpEntry.helpPages">Erste Hilfe Seite</span>
<fa-icon icon="question-circle" ></fa-icon><span jhiTranslate="global.menu.helpEntry.helpPages">Erste Hilfe Seite</span>
</a>
</li>
</ul>
......
......@@ -21,4 +21,9 @@
&:hover {
background-color: #222222;
}
}
/* specific for markup handling */
/* centering on home page */
.home h1 { text-align: center;}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment