[html5] r8581 - [e] (0) internal style fixes

whatwg at whatwg.org whatwg at whatwg.org
Thu Apr 24 21:16:23 PDT 2014


Author: ianh
Date: 2014-04-24 21:16:21 -0700 (Thu, 24 Apr 2014)
New Revision: 8581

Modified:
   complete.html
   index
Log:
[e] (0) internal style fixes

Modified: complete.html
===================================================================
--- complete.html	2014-04-25 03:37:05 UTC (rev 8580)
+++ complete.html	2014-04-25 04:16:21 UTC (rev 8581)
@@ -136,7 +136,7 @@
    #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 { max-width: 50%; }
+   #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; }

Modified: index
===================================================================
--- index	2014-04-25 03:37:05 UTC (rev 8580)
+++ index	2014-04-25 04:16:21 UTC (rev 8581)
@@ -136,7 +136,7 @@
    #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 { max-width: 50%; }
+   #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; }




More information about the Commit-Watchers mailing list