diff options
author | Guy Pyrzak <guy.pyrzak@gmail.com> | 2010-08-29 23:25:56 +0200 |
---|---|---|
committer | Max Kanat-Alexander <mkanat@bugzilla.org> | 2010-08-29 23:25:56 +0200 |
commit | 61c1e41259f4a940b6c38f0209a751a7a308d42e (patch) | |
tree | ee778797d512e71d04ab0005bf28c060c85f5128 /skins | |
parent | b2729ebcc761bd556b5645980c7fb989da50e8c9 (diff) | |
download | bugzilla-61c1e41259f4a940b6c38f0209a751a7a308d42e.tar.gz bugzilla-61c1e41259f4a940b6c38f0209a751a7a308d42e.tar.xz |
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
Diffstat (limited to 'skins')
-rw-r--r-- | skins/standard/attachment.css | 3 |
1 files changed, 2 insertions, 1 deletions
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{ |