mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
MINOR Moved generic .TreeDropdownField styling from cms/css/cms_right.css to sapphire/css/TreeDropdownField.css
MINOR Fixed .TreeDropdownField styling (borders and margins) in TreeDropdownField.css (was assumed to be inherited from LeftAndMain/CMS stylesheets) (from r98878) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@99646 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
d2ade7e844
commit
923061fa07
@ -6,6 +6,13 @@ html>body div.TreeDropdownField {
|
||||
position:relative;
|
||||
}
|
||||
|
||||
div.TreeDropdownField {
|
||||
width: 27.7em;
|
||||
background: #fff;
|
||||
font-size: 12px;
|
||||
height: 21px;
|
||||
}
|
||||
|
||||
div.TreeDropdownField span.items {
|
||||
height: 14px;
|
||||
border: 1px #7f9db9 solid;
|
||||
@ -39,6 +46,10 @@ div.TreeDropdownField div.tree_holder ul.tree a {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
div.TreeDropdownField div.tree_holder ul.tree {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
html>body div.TreeDropdownField div.tree_holder {
|
||||
top: 20px;
|
||||
left: 0px;
|
||||
@ -59,6 +70,7 @@ div.TreeDropdownField div.tree_holder iframe {
|
||||
filter:mask();
|
||||
width:31em;/*must have for any big value*/
|
||||
height:200px/*must have for any big value*/;
|
||||
border: none;
|
||||
}
|
||||
|
||||
div.TreeDropdownField a.editLink {
|
||||
|
Loading…
Reference in New Issue
Block a user