Skip to content

Commit

Permalink
Logo ui fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
vaslabs committed Apr 3, 2016
1 parent 4f489fe commit 4d3431c
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions usr/libexec/pi-web-agent/templates/_main_part1.htm
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
ul.side-nav.fixed li.logo {
text-align: center;
margin-top: 32px;
margin-bottom: 80px;
margin-bottom: 20px;
}
</style>

Expand All @@ -62,8 +62,12 @@
<a class="page-title">pi-web-agent</a></div>
</div>
<ul id="slide-out" class="side-nav fixed">
<li class="logo"><a id="logo-container" href="/" class="brand-logo">
<img src="/images/logo.png" width="64" height="64" align="left">
<li class="logo">
<div class="row">
<div class="column s12">
<img src="/images/logo.png" width="128" height="128">
</div>
</div>
</li>
<li class="no-padding">
<ul class="collapsible collapsible-accordion" data-bind="foreach: $root.catnames">
Expand Down

0 comments on commit 4d3431c

Please sign in to comment.