html5/mdwork Overview.html,1.7,1.8

Update of /sources/public/html5/mdwork
In directory hutz:/tmp/cvs-serv23546

Modified Files:
	Overview.html 
Log Message:
add styles for the configuration panel

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/mdwork/Overview.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- Overview.html	6 Dec 2009 08:11:18 -0000	1.7
+++ Overview.html	6 Dec 2009 08:24:22 -0000	1.8
@@ -165,6 +165,11 @@
    ul.domTree .t7 code, .domTree .t8 code { color: green; }
    ul.domTree .t10 code { color: teal; }
 
+   #configUI { position: absolute; z-index: 20; top: 10em; right: 1em; width: 11em; font-size: small; }
+   #configUI p { margin: 0.5em 0; padding: 0.3em; background: #EEEEEE; color: black; border: inset thin; }
+   #configUI p label { display: block; }
+   #configUI #updateUI, #configUI .loginUI { text-align: center; }
+   #configUI input[type=button] { display: block; margin: auto; }
   </style><style type="text/css">
 
    .applies thead th > * { display: block; }

Received on Sunday, 6 December 2009 08:24:33 UTC