From: Guy Pyrzak Date: Sun, 29 Aug 2010 21:26:53 +0000 (-0700) Subject: Bug 578599: Make it easier to scroll down past the attachment view in the X-Git-Tag: bugzilla-4.0rc1~84 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ab41d562f41f37f870b5760ba5d5f465f35248a;p=thirdparty%2Fbugzilla.git Bug 578599: Make it easier to scroll down past the attachment view in the Details screen when using a mouse wheel, by making the view pane not take up the whole window. r=mkanat, a=mkanat --- diff --git a/skins/standard/attachment.css b/skins/standard/attachment.css index f12d9b6824..dbf136730c 100644 --- a/skins/standard/attachment.css +++ b/skins/standard/attachment.css @@ -228,7 +228,8 @@ div#update_container { #editFrame, #viewDiffFrame, #viewFrame { height: 400px; - width: 100%; + width: 95%; + margin-left: 2%; } .details span.bz_private{