Fix icon for correct orientation

This commit is contained in:
Patrick McDonagh
2018-06-19 16:50:08 -05:00
parent 9dbb825103
commit 129c0f6e2c
6 changed files with 40 additions and 5 deletions

Binary file not shown.

View File

@@ -1,6 +1,36 @@
<div class='col-xs-1'>
<style>
.header h4 {
position: relative;
top: 0.9em;
}
.header h2 {
text-transform: uppercase;
font-size: 14px;
color: #aaa;
margin: 0.75em 0;
}
.header p {
font-size: 24px;
color: black;
font-weight: 600;
}
</style>
<div class="row header">
<div class="col-xs-1">
<div class="<%= nodecolors.statuscolor %> nodecolor"></div>
</div>
<div class='col-xs-6'>
<h3><%= node.vanityname %></h3>
</div>
<div class="col-xs-2">
<img src="<%= nodeimgurl %>" />
</div>
<div class="col-xs-4">
<h4><%= node.vanityname %></h4>
</div>
<div class='col-xs-3'>
<h2>Total Volume</h2>
<p><%= Math.round(channels['plcpond.pondvolumetotal'].value) %> BBL</p>
</div>
</div>

View File

@@ -28,4 +28,9 @@
<div class="col-xs-4">
<h4><%= node.vanityname %></h4>
</div>
<div class='col-xs-3'>
<h2>Total Volume</h2>
<p><%= Math.round(channels['plcpond.pondvolumetotal'].value) %> BBL</p>
</div>
</div>

BIN
plcpond/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

BIN
plcpond/icon.xcf Normal file

Binary file not shown.