moved back button to right of moonlight

This commit is contained in:
Abdallah Soliman 2016-07-10 22:50:40 -05:00
parent 7d598ebaf4
commit 2167a8d94d
2 changed files with 5 additions and 3 deletions

View File

@ -11,12 +11,12 @@
<div class="mdl-layout mdl-js-layout mdl-layout--fixed-header"> <div class="mdl-layout mdl-js-layout mdl-layout--fixed-header">
<header class="mdl-layout__header"> <header class="mdl-layout__header">
<div class="mdl-layout__header-row"> <div class="mdl-layout__header-row">
<!-- Navigation on the right -->
<img src="static/res/ic_arrow_back_white_24px.svg" id='backIcon'></img>
<!-- Title --> <!-- Title -->
<span class="mdl-layout-title">Moonlight</span> <span class="mdl-layout-title">Moonlight</span>
<!-- Add spacer, to align navigation to the right --> <!-- Add spacer, to align navigation to the right -->
<div class="mdl-layout-spacer"></div> <div class="mdl-layout-spacer"></div>
<!-- Navigation on the right -->
<img src="static/res/ic_arrow_back_white_24px.svg" id='backIcon'></img>
</div> </div>
</header> </header>
<main id="main-content" class="mdl-layout__content"> <main id="main-content" class="mdl-layout__content">

View File

@ -54,7 +54,9 @@
} }
#backIcon { #backIcon {
height: 32px; height: 32px;
width: 32px width: 32px;
margin-left: -20px;
padding-right: 20px;
} }
#addHostCell { #addHostCell {
padding-top:3px; padding-top:3px;