From: Guy Pyrzak Date: Sun, 29 Aug 2010 21:25:56 +0000 (-0700) Subject: Bug 578599: Make it easier to scroll down past the attachment view in the X-Git-Tag: bugzilla-4.1.1~300 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61c1e41259f4a940b6c38f0209a751a7a308d42e;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{