Date styling same as normal inputs

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44179 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Sean Harvey 2007-11-03 03:44:21 +00:00
parent 7c574874ea
commit 77a5f78740

View File

@ -11,7 +11,8 @@
margin: 0; margin: 0;
} }
.right form .text, .right form .text,
.right form .field span.readonly { .right form .field span.readonly,
.right form .calendardate input {
font-size: 14px; font-size: 14px;
} }
.right form .dropdown { .right form .dropdown {