Changeset 73334 in webkit


Ignore:
Timestamp:
Dec 4, 2010 11:53:46 AM (13 years ago)
Author:
Patrick Gansterer
Message:

2010-12-04 Patrick Gansterer <Patrick Gansterer>

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:
Location:
trunk/BugsSite
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BugsSite/ChangeLog

    r73326 r73334  
     12010-12-04  Patrick Gansterer  <paroga@webkit.org>
     2
     3        Reviewed by Adam Barth.
     4
     5        Increase size of status bubbles
     6        https://bugs.webkit.org/show_bug.cgi?id=50496
     7
     8        The current available space isn't enough to display all
     9        pending results including position in the queue.
     10
     11        * PrettyPatch/PrettyPatch.rb:
     12
    1132010-12-04  Patrick Gansterer  <paroga@webkit.org>
    214
  • trunk/BugsSite/PrettyPatch/PrettyPatch.rb

    r71570 r73334  
    306306.statusBubble {
    307307  margin-left: 5px;
    308   width: 300px;
     308  width: 450px;
    309309  height: 20px;
    310310  border: none;
Note: See TracChangeset for help on using the changeset viewer.