From 61c1e41259f4a940b6c38f0209a751a7a308d42e Mon Sep 17 00:00:00 2001 From: Guy Pyrzak Date: Sun, 29 Aug 2010 14:25:56 -0700 Subject: 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 --- skins/standard/attachment.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'skins') diff --git a/skins/standard/attachment.css b/skins/standard/attachment.css index f12d9b682..dbf136730 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{ -- cgit v1.2.3-24-g4f1b