summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorLawnCable <lawncable.tmw2@simonlaux.de>2018-05-22 01:32:10 -0400
committerLawnCable <lawncable.tmw2@simonlaux.de>2018-05-22 01:32:10 -0400
commit4fdd86da90dd811378b153de31da542f9fabb355 (patch)
tree59f78e5cdf361b9f513c6f3dd5f23639841b5d7e /assets
parentd6ff248cee446218392567296cfcd2fb8723b066 (diff)
downloadelectron-4fdd86da90dd811378b153de31da542f9fabb355.tar.gz
electron-4fdd86da90dd811378b153de31da542f9fabb355.tar.bz2
electron-4fdd86da90dd811378b153de31da542f9fabb355.tar.xz
electron-4fdd86da90dd811378b153de31da542f9fabb355.zip
started update logic for windows - only downloads the zip for now
Diffstat (limited to 'assets')
-rw-r--r--assets/index.css16
-rw-r--r--assets/index.html5
2 files changed, 18 insertions, 3 deletions
diff --git a/assets/index.css b/assets/index.css
index 148f818..97845c5 100644
--- a/assets/index.css
+++ b/assets/index.css
@@ -84,6 +84,7 @@ html, body {
box-shadow: 0px 0px 2px 1px rgb(0, 0, 0);
overflow: hidden;
z-index: 20;
+ position: relative;
}
#play {
@@ -190,7 +191,7 @@ html, body {
color: #c1c1c1;
}
.sidebarItem > .colapse > div > svg {
- margin-right:4pt;
+ margin-right: 4pt;
color: magenta;
}
@@ -288,3 +289,16 @@ html, body {
height:16pt;
margin-left: 3pt;
}
+
+#activity {
+ position: absolute;
+ height: 100%;
+ padding:3pt;
+ right: 4pt;
+ color:darkgrey;
+ font-family: SourceSansPro;
+}
+
+#activity.error {
+ color:red;
+}
diff --git a/assets/index.html b/assets/index.html
index 2e75101..d651178 100644
--- a/assets/index.html
+++ b/assets/index.html
@@ -27,9 +27,10 @@
<div class="sidebar" id="sidebar"></div>
</div>
<div class="footer">
+ <div id="activity"></div>
<button id="play">Play</button>
- <span>Logged in as <b>LawnCable<b></span>
- <span><progress value="22" max="100"></progress>Setting up something</span>
+ <span>Logged in as <b>LawnCable</b></span>
+ <progress id="progress" value="0" max="100"></progress>
</div>
</div>