- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 06 Dec 2009 08:23:54 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv23237 Modified Files: Overview.html Log Message: add styles for the configuration panel Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3523 retrieving revision 1.3524 diff -u -d -r1.3523 -r1.3524 --- Overview.html 6 Dec 2009 08:10:48 -0000 1.3523 +++ Overview.html 6 Dec 2009 08:23:52 -0000 1.3524 @@ -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:03 UTC