ENHANCEMENT Consistent styling of TypeDropdown in the CMS

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@61166 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Sean Harvey 2008-08-20 05:25:14 +00:00
parent 65f0aa701b
commit 92f0f65e70

View File

@ -61,15 +61,18 @@
}
.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;
}