Skip to content

Commit 6e769f5

Browse files
committed
style version info
1 parent 20cf3fa commit 6e769f5

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

composer.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
<div class="brand-title">
2525
<span class="brand-name">Smart Parks</span>
2626
<span class="brand-subtitle">Settings HEX Composer</span>
27-
<span class="app-version" id="app-version">Version: loading...</span>
2827
</div>
2928
</div>
3029
<div class="controls">
@@ -130,6 +129,10 @@ <h3 id="import-preview-title">Import preview</h3>
130129
<a href="index.html" aria-label="Home" title="Home"><span class="icon house" aria-hidden="true"></span></a>
131130
</nav>
132131

132+
<footer class="app-version-footer">
133+
<span class="app-version" id="app-version">Version: loading...</span>
134+
</footer>
135+
133136
<script>
134137
// ---------------------------------------------
135138
// Load and Display Settings

index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
<div class="brand-title">
2525
<span class="brand-name">Smart Parks</span>
2626
<span class="brand-subtitle">OpenCollar Edge BLE Web Connect</span>
27-
<span class="app-version" id="app-version">Version: loading...</span>
2827
</div>
2928
</div>
3029
<div class="controls">
@@ -389,6 +388,9 @@ <h3 id="import-preview-title">Import preview</h3>
389388
</details>
390389
</div>
391390

391+
<footer class="app-version-footer">
392+
<span class="app-version" id="app-version">Version: loading...</span>
393+
</footer>
392394

393395
<script>
394396
const CMD_SINGLE_SETTING = 0xA8;

style.css

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -889,12 +889,18 @@ h2 {
889889
}
890890

891891
.app-version {
892-
font-size: 12px;
892+
font-size: 11px;
893893
letter-spacing: 0.2px;
894-
color: rgba(31, 42, 35, 0.6);
894+
color: rgba(31, 42, 35, 0.5);
895895
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
896896
}
897897

898+
.app-version-footer {
899+
text-align: center;
900+
padding: 18px 12px 92px;
901+
opacity: 0.85;
902+
}
903+
898904
/* Floating bar at the bottom */
899905
#floating-bar {
900906
position: fixed;

0 commit comments

Comments
 (0)