summaryrefslogtreecommitdiff
path: root/tools/mmd/mmd.css
diff options
context:
space:
mode:
authorJogi Hofmüller <jogi@mur.at>2011-08-02 09:50:21 +0000
committerJogi Hofmüller <jogi@mur.at>2011-08-02 09:50:21 +0000
commit7fa0052ae497ffef76ebe05e40589e0659505461 (patch)
treea3d683664757d36672e096a5f8a988df56cd4841 /tools/mmd/mmd.css
parent- login works now (diff)
- logout works now
- added debug info at the bottom of the page - have nices status line now git-svn-id: https://svn.spreadspace.org/mur.sat@91 7de4ea59-55d0-425e-a1af-a3118ea81d4c
Diffstat (limited to 'tools/mmd/mmd.css')
-rw-r--r--tools/mmd/mmd.css12
1 files changed, 10 insertions, 2 deletions
diff --git a/tools/mmd/mmd.css b/tools/mmd/mmd.css
index 8a58ec3..d6d714e 100644
--- a/tools/mmd/mmd.css
+++ b/tools/mmd/mmd.css
@@ -7,13 +7,11 @@ html, body
#login a
{
color: green;
- margin-left: 32px;
}
#logout a
{
color: red;
- margin-left: 32px;
}
#status img
@@ -99,3 +97,13 @@ html, body
width: 100%;
float: left;
}
+
+pre.debug
+{
+ background-color: white;
+ color: black;
+ float: left;
+ font: 10pt courier, monospace;
+ padding: 1px;
+ margin: 1px;
+}