From 4fdd86da90dd811378b153de31da542f9fabb355 Mon Sep 17 00:00:00 2001 From: LawnCable Date: Tue, 22 May 2018 01:32:10 -0400 Subject: started update logic for windows - only downloads the zip for now --- assets/index.css | 16 +++++++++++++++- assets/index.html | 5 +++-- 2 files changed, 18 insertions(+), 3 deletions(-) (limited to 'assets') 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 @@ -- cgit v1.2.3-70-g09d2