Fix icon for correct orientation
This commit is contained in:
Binary file not shown.
@@ -1,6 +1,36 @@
|
|||||||
<div class='col-xs-1'>
|
<style>
|
||||||
<div class="<%= nodecolors.statuscolor %> nodecolor"></div>
|
.header h4 {
|
||||||
</div>
|
position: relative;
|
||||||
<div class='col-xs-6'>
|
top: 0.9em;
|
||||||
<h3><%= node.vanityname %></h3>
|
}
|
||||||
|
.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-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>
|
</div>
|
||||||
|
|||||||
@@ -28,4 +28,9 @@
|
|||||||
<div class="col-xs-4">
|
<div class="col-xs-4">
|
||||||
<h4><%= node.vanityname %></h4>
|
<h4><%= node.vanityname %></h4>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class='col-xs-3'>
|
||||||
|
<h2>Total Volume</h2>
|
||||||
|
<p><%= Math.round(channels['plcpond.pondvolumetotal'].value) %> BBL</p>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
BIN
plcpond/icon.png
Normal file
BIN
plcpond/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.3 KiB |
BIN
plcpond/icon.xcf
Normal file
BIN
plcpond/icon.xcf
Normal file
Binary file not shown.
Reference in New Issue
Block a user