[html5] r8582 - [e] (0) more styling tweaks

whatwg at whatwg.org whatwg at whatwg.org
Fri Apr 25 12:49:25 PDT 2014


Author: ianh
Date: 2014-04-25 12:49:22 -0700 (Fri, 25 Apr 2014)
New Revision: 8582

Modified:
   complete.html
   index
Log:
[e] (0) more styling tweaks

Modified: complete.html
===================================================================
--- complete.html	2014-04-25 04:16:21 UTC (rev 8581)
+++ complete.html	2014-04-25 19:49:22 UTC (rev 8582)
@@ -135,10 +135,6 @@
    #configUI input[type=button] { display: block; margin: auto; }
    #configUI :link, #configUI :visited { color: white; }
    #configUI :link:hover, #configUI :visited:hover { background: transparent; }
-   #reviewer { position: fixed; bottom: 0; right: 0; padding: 0.15em 0.25em 0em 0.5em; white-space: nowrap; overflow: hidden; z-index: 30; background: gray; background: rgba(32,32,32,0.9); color: white; border-radius: 1em 0 0 0; -moz-border-radius: 1em 0 0 0; max-width: 90%; }
-   #reviewer input:not([type=button]) { max-width: 50%; }
-   #reviewer * { font-size: small; }
-   #reviewer.off > :not(:last-child) { display: none; }
    #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 button { 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; }

Modified: index
===================================================================
--- index	2014-04-25 04:16:21 UTC (rev 8581)
+++ index	2014-04-25 19:49:22 UTC (rev 8582)
@@ -135,10 +135,6 @@
    #configUI input[type=button] { display: block; margin: auto; }
    #configUI :link, #configUI :visited { color: white; }
    #configUI :link:hover, #configUI :visited:hover { background: transparent; }
-   #reviewer { position: fixed; bottom: 0; right: 0; padding: 0.15em 0.25em 0em 0.5em; white-space: nowrap; overflow: hidden; z-index: 30; background: gray; background: rgba(32,32,32,0.9); color: white; border-radius: 1em 0 0 0; -moz-border-radius: 1em 0 0 0; max-width: 90%; }
-   #reviewer input:not([type=button]) { max-width: 50%; }
-   #reviewer * { font-size: small; }
-   #reviewer.off > :not(:last-child) { display: none; }
    #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 button { 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; }




More information about the Commit-Watchers mailing list