Browse Source

Make fields wider.

Frederic G. MARAND 11 years ago
parent
commit
b831eae3c9
1 changed files with 3 additions and 0 deletions
  1. 3 0
      date/date.php

+ 3 - 0
date/date.php

@@ -15,6 +15,9 @@ $formatter = new DateFormatter();
         width: 90%;
         height: 80em;
       }
+      input[type="text"] {
+        width: 20em;
+      }
       </style>
     </head>
   <body>