- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 20 Mar 2012 15:26:00 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv23375 Modified Files: alert.css Log Message: add dashed lines and change how Path objects work to instead use external line and font styles and transformation objects (whatwg r7028) [updated by splitter] Index: alert.css =================================================================== RCS file: /sources/public/html5/spec/alert.css,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- alert.css 20 Mar 2012 15:22:40 -0000 1.2 +++ alert.css 20 Mar 2012 15:25:58 -0000 1.3 @@ -1,5 +1,5 @@ #alert { position: fixed; top: 20%; left: 20%; right: 20%; font-size: 2em; padding: 0.5em; z-index: 40; background: gray; background: rgba(32,32,32,0.9); color: white; border-radius: 1em; -moz-border-radius: 1em; -webkit-transition: opacity 1s linear; } #alert.closed { opacity: 0; } -#alert input { position: absolute; top: -1em; right: 2em; border-radius: 1em 1em 0 0; border: none; line-height: 0.9; color: white; background: rgb(64,64,64); font-size: 0.6em; font-weight: 900; cursor: pointer; } +#alert input { text-align: right; } #alert :link, #alert :visited { color: white; } #alert :link:hover, #alert :visited:hover { background: transparent; }
Received on Tuesday, 20 March 2012 15:26:05 UTC