From e23a35d7ebd30e36275c3213be596aaafe93e06a Mon Sep 17 00:00:00 2001 From: Tom Rix Date: Tue, 26 Jan 2010 20:25:58 +0000 Subject: [PATCH] MINOR fix file iframe upload width git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@97596 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- css/FileIFrameField.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/FileIFrameField.css b/css/FileIFrameField.css index 3369290bf..6cbe32218 100644 --- a/css/FileIFrameField.css +++ b/css/FileIFrameField.css @@ -158,7 +158,7 @@ div.TreeDropdownField a.editLink { position: relative; } .mainblock.editform { - width: 250px; + width: 275px; } .mainblock.attached { position: absolute;