MINOR Removed styling for TypeDropdown which was removed in r77395

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@77396 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Sean Harvey 2009-05-20 07:37:51 +00:00
parent 7bef4158e8
commit 7f4e06c616

View File

@ -69,18 +69,15 @@
}
.right form .dropdown,
.right form .typedropdown,
.right form .countrydropdown {
font-size: 12px;
}
.right form .dropdown select,
.right form .typedropdown select,
.right form .countrydropdown select {
font-size: 12px;
height: 19px;
}
.right form .dropdown select option,
.right form .typedropdown select option,
.right form .countrydropdown select option {
font-size: 12px;
}