mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
Link Editor: Close button dissapears in Firefox 3 (#2478)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@63078 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
a9fe1eec6a
commit
3332ba3e42
@ -425,8 +425,11 @@ iframe {
|
||||
#contentPanel p#TargetBlank {
|
||||
margin-left: 0;
|
||||
}
|
||||
#contentPanel div.TreeDropdownField {
|
||||
width: 180px;
|
||||
}
|
||||
#contentPanel div.TreeDropdownField span.items {
|
||||
width: 165px;
|
||||
width: 155px;
|
||||
background: #fff;
|
||||
font-size: 12px;
|
||||
border:1px solid #A7A7A7;
|
||||
|
Loading…
Reference in New Issue
Block a user