mirror of
https://github.com/mgrove36/bbc-young-reporter.git
synced 2026-03-03 19:37:05 +00:00
Make icon in top app bar display properly
This commit is contained in:
@@ -69,7 +69,7 @@ footer {
|
||||
text-align: center;
|
||||
bottom: -100px;
|
||||
left: 0;
|
||||
z-index: 9999;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
#cookies p {
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<div style="margin: 15px;text-align:center;">
|
||||
<img src="/images/page-logo.png" style="width: 90%;"/>
|
||||
</div>
|
||||
<a class="mdc-list-item" href="https://reading-school.co.uk">
|
||||
<a class="mdc-list-item" href="https://reading-school.co.uk">
|
||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">home</i>
|
||||
<span class="mdc-list-item__text">Reading School Website</span>
|
||||
</a>
|
||||
@@ -11,5 +11,31 @@
|
||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">home</i>
|
||||
<span class="mdc-list-item__text">Home Page</span>
|
||||
</a>
|
||||
<div class="mdc-list-group">
|
||||
<h3 class="mdc-list-group__subheader">List 1</h3>
|
||||
<ul class="mdc-list" aria-orientation="vertical">
|
||||
<li class="mdc-list-item">
|
||||
<span class="mdc-list-item__text">line item</span>
|
||||
</li>
|
||||
<li class="mdc-list-item">
|
||||
<span class="mdc-list-item__text">line item</span>
|
||||
</li>
|
||||
<li class="mdc-list-item">
|
||||
<span class="mdc-list-item__text">line item</span>
|
||||
</li>
|
||||
</ul>
|
||||
<h3 class="mdc-list-group__subheader">List 2</h3>
|
||||
<ul class="mdc-list" aria-orientation="vertical">
|
||||
<li class="mdc-list-item">
|
||||
<span class="mdc-list-item__text">line item</span>
|
||||
</li>
|
||||
<li class="mdc-list-item">
|
||||
<span class="mdc-list-item__text">line item</span>
|
||||
</li>
|
||||
<li class="mdc-list-item">
|
||||
<span class="mdc-list-item__text">line item</span>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
15
page-inserts/navbar.html~
Normal file
15
page-inserts/navbar.html~
Normal file
@@ -0,0 +1,15 @@
|
||||
<div class="mdc-drawer__content">
|
||||
<nav class="mdc-list">
|
||||
<div style="margin: 15px;text-align:center;">
|
||||
<img src="/images/page-logo.png" style="width: 90%;"/>
|
||||
</div>
|
||||
<a class="mdc-list-item" href="https://reading-school.co.uk">
|
||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">home</i>
|
||||
<span class="mdc-list-item__text">Reading School Website</span>
|
||||
</a>
|
||||
<a class="mdc-list-item" href="/">
|
||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">home</i>
|
||||
<span class="mdc-list-item__text">Home Page</span>
|
||||
</a>
|
||||
</nav>
|
||||
</div>
|
||||
@@ -4,6 +4,6 @@
|
||||
<span class="mdc-top-app-bar__title">BBC School Report | Reading School</span>
|
||||
</section>
|
||||
<section class="mdc-top-app-bar__section mdc-top-app-bar__section--align-end" role="toolbar">
|
||||
<img src="/images/logo-white.png" class="mdc-top-app-bar__action-item" aria-label="Reading School" alt="Reading School Logo" style="height:65px;width:54px;"/>
|
||||
<img src="/images/logo-white.png" class="mdc-top-app-bar__action-item" aria-label="Reading School" alt="Reading School Logo" style="height:45px;width:35px;padding:0;"/>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user