summaryrefslogtreecommitdiff
path: root/res/css/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'res/css/style.css')
-rw-r--r--res/css/style.css13
1 files changed, 7 insertions, 6 deletions
diff --git a/res/css/style.css b/res/css/style.css
index d2a214cb..e719243f 100644
--- a/res/css/style.css
+++ b/res/css/style.css
@@ -128,20 +128,21 @@ table {
border-spacing: 0; }
.debug-ui {
+ display: none; }
+
+body.debug .debug-ui {
+ display: inline;
position: fixed;
bottom: 70px;
left: 10px;
text-decoration: none; }
-
-.debug-ui-row {
+body.debug .debug-ui-row {
float: left;
width: 100%; }
-
-.debug-ui-left {
+body.debug .debug-ui-left {
float: left;
width: 50%; }
-
-.debug-ui-right {
+body.debug .debug-ui-right {
float: right;
width: 50%; }