svn: /pear/pearweb/trunk/public_html/css/ style.css

[email protected] ("Daniel O'Connor") Sat, 09 Apr 2011 13:04:20 +0000
Newsgroups php.pear.cvs,php.pear.core
Message-ID <[email protected]>
clockwerx                                Sat, 09 Apr 2011 13:04:20 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=310084

Log:
Added more html5 controls to style

Changed paths:
    U   pear/pearweb/trunk/public_html/css/style.css

Modified: pear/pearweb/trunk/public_html/css/style.css
===================================================================
--- pear/pearweb/trunk/public_html/css/style.css	2011-04-09 10:20:20 UTC (rev 310083)
+++ pear/pearweb/trunk/public_html/css/style.css	2011-04-09 13:04:20 UTC (rev 310084)
@@ -438,14 +438,14 @@
     color: #555;
 }

-input[type="text"], input[type="password"], select {
+input[type="text"], input[type="url"], input[type="email"], input[type="password"], select {
     border: 1px solid #ABADB3;
     border-radius: 2px;
     -moz-border-radius: 2px;
     -khtml-border-radius: 2px;
 }

-input[type="text"], input[type="password"], textarea, select {
+input[type="text"], input[type="url"], input[type="email"], input[type="password"], textarea, select {
     font-size: 85%;
     color: #333;
     background:#fff;
@@ -457,7 +457,7 @@
     cursor: pointer;
 }

-input[type="text"]:focus, input[type="password"]:focus, textarea:focus  {
+input[type="text"]:focus, input[type="url"]:focus, input[type="email"]:focus, input[type="password"]:focus, textarea:focus  {
     color: #000;
     background-color: #fff;
     border: 1px solid #3465a4;
@@ -486,6 +486,7 @@
     margin: 0;
 }

+
 /* === Voting === */

 td.vote-active, td.vote-winner {