From 65aa130540bf548d597daf9da2259e48d22a14b3 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Mon, 18 Aug 2014 16:56:52 +0300 Subject: put all debug gui (load/save/deliverables) into a table --- index.html | 28 +++++++++++++++++++++++++--- style.css | 24 ++++++------------------ 2 files changed, 31 insertions(+), 21 deletions(-) diff --git a/index.html b/index.html index 5b211778..90359a57 100644 --- a/index.html +++ b/index.html @@ -64,26 +64,48 @@ +
+ + + + + + + + + + + + + + + + +
+ +
+
- +
+
debug
+
+
- -
debug
powered by
diff --git a/style.css b/style.css index eb319454..55ef4d93 100644 --- a/style.css +++ b/style.css @@ -272,38 +272,26 @@ input:focus { border-color: #303030; } -.debug{ +.debug-ui { position:fixed; - bottom:10px; + bottom:70px; left:10px; + text-decoration: none; +} + +.debug{ } .save{ - position:fixed; - bottom:30px; - left:10px; - text-decoration: none; } .saveToFile { - position:fixed; - bottom:30px; - left:60px; - text-decoration: none; } .load{ - position:fixed; - bottom:50px; - left:10px; - text-decoration: none; } .deliverabletest{ - position:fixed; - bottom:70px; - left:10px; - text-decoration: none; } .poweredby{ -- cgit v1.3.1