reducing date input width
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 25 May 2016 14:57:32 +0000 (10:57 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 25 May 2016 14:57:32 +0000 (10:57 -0400)
css/front.css

index d249465..eed17ed 100644 (file)
@@ -200,3 +200,6 @@ input[name='contact_fname'], input[name='contact_lname']{
     top: 6px;
     left: -35px;
 }
+#sdate, #date{
+    width: 40%;
+}