Changeset 73326 in webkit


Ignore:
Timestamp:
Dec 4, 2010 2:04:01 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.

  • template/en/custom/attachment/edit.html.tmpl:
  • template/en/custom/attachment/list.html.tmpl:
  • template/en/custom/attachment/reviewform.html.tmpl:
Location:
trunk/BugsSite
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/BugsSite/ChangeLog

    r71607 r73326  
     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        * template/en/custom/attachment/edit.html.tmpl:
     12        * template/en/custom/attachment/list.html.tmpl:
     13        * template/en/custom/attachment/reviewform.html.tmpl:
     14
    1152010-11-08  Adam Barth  <abarth@webkit.org>
    216
  • trunk/BugsSite/template/en/custom/attachment/edit.html.tmpl

    r53544 r73326  
    263263        <div class="statusBubble">
    264264          <iframe src="https://webkit-commit-queue.appspot.com/status-bubble/[% attachment.id %]"
    265                   style="width: 300px; height: 20px; border: none;" scrolling="no">
     265                  style="width: 300px; height: 40px; border: none;" scrolling="no">
    266266          </iframe>
    267267        </div>
  • trunk/BugsSite/template/en/custom/attachment/list.html.tmpl

    r59501 r73326  
    157157          <div class="statusBubble">
    158158            <iframe src="https://webkit-commit-queue.appspot.com/status-bubble/[% attachment.id %]"
    159                     style="width: 300px; height: 20px; border: none;" scrolling="no">
     159                    style="width: 450px; height: 20px; border: none;" scrolling="no">
    160160            </iframe>
    161161          </div>
  • trunk/BugsSite/template/en/custom/attachment/reviewform.html.tmpl

    r59671 r73326  
    112112      <div class="statusBubble" style="margin-left: 30px;">
    113113        <iframe src="https://webkit-commit-queue.appspot.com/status-bubble/[% attachment.id %]"
    114                 style="width: 300px; height: 20px; border: none;" scrolling="no">
     114                style="width: 450px; height: 20px; border: none;" scrolling="no">
    115115        </iframe>
    116116      </div>
Note: See TracChangeset for help on using the changeset viewer.