From 95350bcdf8ddcf694eb9903fdac0974e333ecb7f Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Mon, 12 Apr 2010 22:51:28 +0000 Subject: [PATCH] MINOR fix file iframe upload width (from r97596) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@102519 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;