Skip to content

Commit

Permalink
style top buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
TrystanLea committed Nov 16, 2023
1 parent 8393646 commit 113b4c5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
9 changes: 4 additions & 5 deletions apps/OpenEnergyMonitor/myheatpump/myheatpump.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,17 @@
<script type="text/javascript" src="<?php echo $path; ?>Lib/flot/jquery.flot.selection.min.js?v=<?php echo $v; ?>"></script>
<script type="text/javascript" src="<?php echo $path; ?>Lib/flot/date.format.js?v=<?php echo $v; ?>"></script>
<script type="text/javascript" src="<?php echo $path; ?>Lib/vis.helper.js?v=<?php echo $v; ?>"></script>
<link href="<?php echo $path; ?>Modules/app/apps/OpenEnergyMonitor/myheatpump/style.css?v=<?php echo $v; ?>" rel="stylesheet">
<link href="<?php echo $path; ?>Modules/app/apps/OpenEnergyMonitor/myheatpump/style.css?v=30>" rel="stylesheet">

<div style="font-family: Montserrat, Veranda, sans-serif;">
<div id="app-block" style="display:none">

<div class="col1"><div class="col1-inner">
<div class="block-bound">
<div style="float:right">
<div style="padding-top:10px; padding-right:10px">
<i class="config-open icon-wrench icon-white" title="Configure app" style="cursor:pointer"></i>
<a id="permalink" href="" title="Share this view"><i class="icon-share icon-white"></i></a>
</div>
<a id="permalink" href="" title="Share this view" class="myheatpump-top-buttons"><i class="icon-share icon-white"></i></a><div class="myheatpump-top-buttons config-open">
<i class="icon-wrench icon-white" title="Configure app"></i>
</div>
</div>

<div class="block-title" id="app_name">MY HEATPUMP</div>
Expand Down
7 changes: 7 additions & 0 deletions apps/OpenEnergyMonitor/myheatpump/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,10 @@
height:10px;
background-color:#ccc;
}

.myheatpump-top-buttons {
display:inline-block;
padding: 10px 15px 10px 15px;
border-left: 1px solid #fff;
cursor:pointer;
}

0 comments on commit 113b4c5

Please sign in to comment.