TreedropdownField font-size changes

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@44424 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Romain Louis 2007-11-07 03:22:04 +00:00
parent a53684bbee
commit 9da0568440

View File

@ -10,11 +10,12 @@ div.TreeDropdownField span.items {
height: 14px;
border: 1px #7f9db9 solid;
cursor: pointer;
width: 30.5em;
width: 25.4em;
float: left;
padding: 3px 0 2px 4px;
padding: 2px 0 2.5px 4px;
background-color: #fff;
margin:0;
font-size: 12px;
}
div.TreeDropdownField div.tree_holder {
@ -33,6 +34,10 @@ div.TreeDropdownField div.tree_holder {
width:33em;/*must have for any value*/;
}
div.TreeDropdownField div.tree_holder ul.tree a {
font-size: 12px;
}
html>body div.TreeDropdownField div.tree_holder {
top: 20px;
left: 0px;