From af10eb7643fc9647ed9b6ef38f4ac9cab066a6f0 Mon Sep 17 00:00:00 2001 From: Laurent Ghigonis Date: Sun, 16 Jun 2013 22:14:23 +0200 Subject: jsaccess: cosmetic --- jsaccess/jsa/index.html | 24 +++++++++++++----------- jsaccess/jsa/jsa.css | 9 +++++++-- jsaccess/jsa/jsa.js | 2 +- 3 files changed, 21 insertions(+), 14 deletions(-) (limited to 'jsaccess') diff --git a/jsaccess/jsa/index.html b/jsaccess/jsa/index.html index 71ad8b1..9e26e37 100644 --- a/jsaccess/jsa/index.html +++ b/jsaccess/jsa/index.html @@ -14,17 +14,19 @@ -
-

1. Enter password

- -
-
-

2. Select file

-
-

3. Dowload

- - -
+
+
+

1. Enter password

+ +
+
+

2. Select file

+
+

3. Dowload

+ + +
+
diff --git a/jsaccess/jsa/jsa.css b/jsaccess/jsa/jsa.css index bac8ca9..85eefbd 100644 --- a/jsaccess/jsa/jsa.css +++ b/jsaccess/jsa/jsa.css @@ -1,10 +1,15 @@ body { + font-family: monospace; background-color:#080808; color:#dfdfdf; } +#forms { + float: left; +} + #status { - font-family: "Lucida Console", Monaco, monospace; - font-size: 0.8em; + float: right; + width: 400px; color:#5fba3d; } diff --git a/jsaccess/jsa/jsa.js b/jsaccess/jsa/jsa.js index 20c7bdc..d080a0a 100644 --- a/jsaccess/jsa/jsa.js +++ b/jsaccess/jsa/jsa.js @@ -126,7 +126,7 @@ function _save(obj, name) { } var blob = new Blob([ia], {type:"application/octet-binary"}); saveAs(blob, name); - _status("File \""+name+"\" is in your hands,
Have a good day."); + _status("File is in your hands,
Have a good day.
"); } function _status(txt, run_func) { -- cgit v1.2.3-59-g8ed1b