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:
Ingo Schommer 2008-09-25 14:08:09 +00:00
parent a9fe1eec6a
commit 3332ba3e42

View File

@ -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;