html5/webdatabase Overview.html,1.52,1.53

Update of /sources/public/html5/webdatabase
In directory hutz:/tmp/cvs-serv23400

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

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/webdatabase/Overview.html,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -d -r1.52 -r1.53
--- Overview.html	6 Dec 2009 08:11:07 -0000	1.52
+++ Overview.html	6 Dec 2009 08:24:10 -0000	1.53
@@ -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><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><div class="head">
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <h1>Web SQL Database</h1>

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