]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 578599: Make it easier to scroll down past the attachment view in the
authorGuy Pyrzak <guy.pyrzak@gmail.com>
Sun, 29 Aug 2010 21:26:53 +0000 (14:26 -0700)
committerMax Kanat-Alexander <mkanat@bugzilla.org>
Sun, 29 Aug 2010 21:26:53 +0000 (14:26 -0700)
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

index f12d9b68244999bd28fea8348907b1c731f3bd5f..dbf136730c1965c87a7f43e338776d9e613eb250 100644 (file)
@@ -228,7 +228,8 @@ div#update_container {
 
 #editFrame, #viewDiffFrame, #viewFrame {
     height: 400px; 
-    width: 100%;
+    width: 95%;
+    margin-left: 2%;
 }
 
 .details span.bz_private{