Minor CSS refactor, outfit page tweak

This commit is contained in:
Colin McLeod
2015-06-23 23:45:30 -07:00
parent ba2e9a12b0
commit 44de3e4bbc
3 changed files with 12 additions and 13 deletions

View File

@@ -196,7 +196,7 @@
</div>
</div>
<div class="group dbl" id="componentPriority">
<div class="group half" id="componentPriority">
<table style="width:100%">
<thead>
<tr class="main">
@@ -236,7 +236,7 @@
<div style="margin-top: 1em" power-bands bands="priorityBands" available="ship.powerAvailable"></div>
</div>
<div class="group dbl">
<div class="group half">
<table style="width:100%">
<thead>
<tr class="main">
@@ -264,22 +264,24 @@
</table>
</div>
<div class="group semi">
<div class="group half">
<h1>Jump Range</h1>
<div line-chart config="jrChart" series="jrSeries"></div>
</div>
<div class="group semi">
<div class="group half">
<h1>Total Range</h1>
<div line-chart config="trChart" series="trSeries"></div>
</div>
<div class="group semi">
<!-- TODO: Add back in once calcSpeed is dynamic and accurate
<div class="group third">
<h1>Thruster Speed</h1>
<div line-chart config="speedChart" series="speedSeries"></div>
</div>
-->
<div class="group dbl">
<div class="group half">
<div slider max="ship.fuelCapacity" unit="'T'" on-change="::fuelChange(val)" style="position:relative; margin: 0 auto;">
<svg class="icon xl primary-disabled" style="position:absolute;height: 100%;"><use xlink:href="#fuel"></use></svg>
</div>