mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
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:
parent
a53684bbee
commit
9da0568440
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user