[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-10851-g50815da

paroga at webkit.org paroga at webkit.org
Wed Dec 22 17:59:51 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 061e3ef116440890a6023f0ebfc8b65182bbc869
Author: paroga at webkit.org <paroga at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sat Dec 4 19:53:46 2010 +0000

    2010-12-04  Patrick Gansterer  <paroga at webkit.org>
    
            Reviewed by Adam Barth.
    
            Increase size of status bubbles
            https://bugs.webkit.org/show_bug.cgi?id=50496
    
            The current available space isn't enough to display all
            pending results including position in the queue.
    
            * PrettyPatch/PrettyPatch.rb:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@73334 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/BugsSite/ChangeLog b/BugsSite/ChangeLog
index 7a96534..3dc273d 100644
--- a/BugsSite/ChangeLog
+++ b/BugsSite/ChangeLog
@@ -8,6 +8,18 @@
         The current available space isn't enough to display all
         pending results including position in the queue.
 
+        * PrettyPatch/PrettyPatch.rb:
+
+2010-12-04  Patrick Gansterer  <paroga at webkit.org>
+
+        Reviewed by Adam Barth.
+
+        Increase size of status bubbles
+        https://bugs.webkit.org/show_bug.cgi?id=50496
+
+        The current available space isn't enough to display all
+        pending results including position in the queue.
+
         * template/en/custom/attachment/edit.html.tmpl:
         * template/en/custom/attachment/list.html.tmpl:
         * template/en/custom/attachment/reviewform.html.tmpl:
diff --git a/BugsSite/PrettyPatch/PrettyPatch.rb b/BugsSite/PrettyPatch/PrettyPatch.rb
index 7d84493..2e04760 100644
--- a/BugsSite/PrettyPatch/PrettyPatch.rb
+++ b/BugsSite/PrettyPatch/PrettyPatch.rb
@@ -305,7 +305,7 @@ body {
 
 .statusBubble {
   margin-left: 5px;
-  width: 300px;
+  width: 450px;
   height: 20px;
   border: none;
   vertical-align: middle;

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list