Commit 22787c66936c6edb8fe55f9eb415ad9a593c0497

Authored by Mr. Hot Foods
1 parent ebcdbb65b9
Exists in master

minor change in fuel manager

app/partials/updateFuelManager/updateFuelManager.html
... ... @@ -60,10 +60,15 @@
60 60 </table>
61 61 <div class="row" style="margin-left: 0px;">
62 62 <div class="col-md-12" style= "text-align: right;">
63   - <button type="button" class="btn btn-primary btn-xs" ng-click="updateFutureFuelPricingClick()" style= "text-align: center; font-size:12px">Save & Deploy Immediately</button>
  63 + <div style="float: left;">
  64 + <button type="button" class="btn btn-primary btn-xs" ng-click="updateFutureFuelPricingClick()" style= "text-align: center; font-size:12px">Save & Deploy Immediately</button>
64 65  
65   - <button type="reset" class="btn btn-default btn-xs" style="margin-right:33%">Reset All</button>
66   - <button type="button" class="btn btn-success btn-xs" ng-click="updateFutureFuelPricingClick()" style="margin-right:3%">Save & Stage for Deploy</button>
  66 + <button type="reset" class="btn btn-default btn-xs">Reset All</button>
  67 + </div>
  68 + <div style="float: right;">
  69 + <button type="button" class="btn btn-success btn-xs" ng-click="updateFutureFuelPricingClick()" style="margin-right:3%">Save & Stage for Deploy</button>
  70 + </div>
  71 + <div style="clear: both;"></div>
67 72 </div>
68 73 </div>
69 74 </form>
... ...