From 3215a24e50061e650b097b97d3ea7821958fee11 Mon Sep 17 00:00:00 2001 From: Laurent Ghigonis Date: Mon, 17 Jun 2013 04:15:39 +0200 Subject: jsacess: cosme-tic webui --- jsaccess/jsa/index.html | 28 +++++++++++++++------------- jsaccess/jsa/jsa.css | 24 ++++++++++++++++++++---- 2 files changed, 35 insertions(+), 17 deletions(-) diff --git a/jsaccess/jsa/index.html b/jsaccess/jsa/index.html index e96b64b..782f58e 100644 --- a/jsaccess/jsa/index.html +++ b/jsaccess/jsa/index.html @@ -16,20 +16,22 @@ -
-
-

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 768e963..597638c 100644 --- a/jsaccess/jsa/jsa.css +++ b/jsaccess/jsa/jsa.css @@ -18,13 +18,21 @@ input { margin-right: 10px; } +#content { + margin-left: auto; + margin-right: auto; + width: 70%; +} + #forms { + display: inline; float: left; + width: 50%; } #status { - float: right; - min-width: 400px; + display: inline; + width: 50%; color:#5fba3d; margin-top: 20px; } @@ -32,7 +40,6 @@ input { content: "Welcome."; } - #footer { position: absolute; width: 100%; @@ -49,7 +56,16 @@ input { } @media (max-width: 480px) { + #content { + display: block; + width: 100%; + } + #forms { + display: block; + width: 100%; + } #status { - float: left; + display: block; + width: 100%; } } -- cgit v1.2.3-59-g8ed1b