aboutsummaryrefslogtreecommitdiffstats
path: root/jsaccess/jsa/jsa.css
diff options
context:
space:
mode:
authorLaurent Ghigonis <laurent@p1sec.com>2013-06-17 04:15:39 +0200
committerLaurent Ghigonis <laurent@p1sec.com>2013-06-17 04:15:39 +0200
commit3215a24e50061e650b097b97d3ea7821958fee11 (patch)
tree19d3500811a956cca05af59f193ab4da4ea6a39a /jsaccess/jsa/jsa.css
parentjsaccess: cosmetic title (diff)
downloadlaurent-tools-3215a24e50061e650b097b97d3ea7821958fee11.tar.xz
laurent-tools-3215a24e50061e650b097b97d3ea7821958fee11.zip
jsacess: cosme-tic webui
Diffstat (limited to '')
-rw-r--r--jsaccess/jsa/jsa.css24
1 files changed, 20 insertions, 4 deletions
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%;
}
}