summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2014-08-18 16:56:52 +0300
committerAlon Levy <alon@pobox.com>2014-08-18 16:57:26 +0300
commit65aa130540bf548d597daf9da2259e48d22a14b3 (patch)
tree39e08699a3e86b7e251abd4265b38b3eecf65742 /style.css
parent2fbf2e1e4190cac3284fdf4c660b68eb574f0e05 (diff)
put all debug gui (load/save/deliverables) into a table
Diffstat (limited to 'style.css')
-rw-r--r--style.css24
1 files changed, 6 insertions, 18 deletions
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{