Title: [148156] trunk/Websites/bugs.webkit.org
Revision
148156
Author
[email protected]
Date
2013-04-10 17:09:34 -0700 (Wed, 10 Apr 2013)

Log Message

Make old EWS bubbles less opaque to disambiguate two set of bubbles.

Rubber-stamped by Benjamin Poulain.

* code-review.js:
* template/en/custom/attachment/edit.html.tmpl:
* template/en/custom/attachment/list.html.tmpl:
* template/en/custom/attachment/reviewform.html.tmpl:

Modified Paths

Diff

Modified: trunk/Websites/bugs.webkit.org/ChangeLog (148155 => 148156)


--- trunk/Websites/bugs.webkit.org/ChangeLog	2013-04-11 00:04:06 UTC (rev 148155)
+++ trunk/Websites/bugs.webkit.org/ChangeLog	2013-04-11 00:09:34 UTC (rev 148156)
@@ -1,5 +1,16 @@
 2013-04-10  Ryosuke Niwa  <[email protected]>
 
+        Make old EWS bubbles less opaque to disambiguate two set of bubbles.
+
+        Rubber-stamped by Benjamin Poulain.
+
+        * code-review.js:
+        * template/en/custom/attachment/edit.html.tmpl:
+        * template/en/custom/attachment/list.html.tmpl:
+        * template/en/custom/attachment/reviewform.html.tmpl:
+
+2013-04-10  Ryosuke Niwa  <[email protected]>
+
         Bugzilla should show bubbles from webkit-queues.appspot.com
         https://bugs.webkit.org/show_bug.cgi?id=114391
 

Modified: trunk/Websites/bugs.webkit.org/code-review.js (148155 => 148156)


--- trunk/Websites/bugs.webkit.org/code-review.js	2013-04-11 00:04:06 UTC (rev 148155)
+++ trunk/Websites/bugs.webkit.org/code-review.js	2013-04-11 00:09:34 UTC (rev 148156)
@@ -578,6 +578,7 @@
       statusBubble.className = 'statusBubble';
       statusBubble.src  = '' + attachment_id;
       statusBubble.scrolling = 'no';
+      statusBubble.style.opacity = '0.3';
       // Can't append the HTML because we need to set the onload handler before appending the iframe to the DOM.
       statusBubble._onload_ = handleStatusBubbleLoad;
       $('#statusBubbleContainer').append(statusBubble);

Modified: trunk/Websites/bugs.webkit.org/template/en/custom/attachment/edit.html.tmpl (148155 => 148156)


--- trunk/Websites/bugs.webkit.org/template/en/custom/attachment/edit.html.tmpl	2013-04-11 00:04:06 UTC (rev 148155)
+++ trunk/Websites/bugs.webkit.org/template/en/custom/attachment/edit.html.tmpl	2013-04-11 00:09:34 UTC (rev 148156)
@@ -262,10 +262,10 @@
 
         <div class="statusBubble">
           <iframe src="" attachment.id %]"
-                  style="width: 480px; height: 40px; border: none;" scrolling="no">
+                  style="width: 380px; height: 40px; border: none; opacity: 0.3;" scrolling="no">
           </iframe>
           <iframe src="" attachment.id %]"
-                  style="width: 480px; height: 40px; border: none;" scrolling="no">
+                  style="width: 380px; height: 40px; border: none;" scrolling="no">
           </iframe>
         </div>
         <br>

Modified: trunk/Websites/bugs.webkit.org/template/en/custom/attachment/list.html.tmpl (148155 => 148156)


--- trunk/Websites/bugs.webkit.org/template/en/custom/attachment/list.html.tmpl	2013-04-11 00:04:06 UTC (rev 148155)
+++ trunk/Websites/bugs.webkit.org/template/en/custom/attachment/list.html.tmpl	2013-04-11 00:09:34 UTC (rev 148156)
@@ -156,10 +156,10 @@
             [% END %]
           <div class="statusBubble">
             <iframe src="" attachment.id %]"
-                    style="width: 450px; height: 20px; border: none;" scrolling="no">
+                    style="width: 380px; height: 20px; border: none; opacity: 0.3" scrolling="no">
             </iframe>
             <iframe src="" attachment.id %]"
-                    style="width: 450px; height: 20px; border: none;" scrolling="no">
+                    style="width: 380px; height: 20px; border: none;" scrolling="no">
             </iframe>
           </div>
           [% END %]

Modified: trunk/Websites/bugs.webkit.org/template/en/custom/attachment/reviewform.html.tmpl (148155 => 148156)


--- trunk/Websites/bugs.webkit.org/template/en/custom/attachment/reviewform.html.tmpl	2013-04-11 00:04:06 UTC (rev 148155)
+++ trunk/Websites/bugs.webkit.org/template/en/custom/attachment/reviewform.html.tmpl	2013-04-11 00:09:34 UTC (rev 148156)
@@ -111,10 +111,10 @@
     <td>
       <div class="statusBubble" style="margin-left: 30px;">
         <iframe src="" attachment.id %]"
-                style="width: 450px; height: 20px; border: none;" scrolling="no">
+                style="width: 380px; height: 20px; border: none; opacity: 0.3" scrolling="no">
         </iframe>
         <iframe src="" attachment.id %]"
-                style="width: 450px; height: 20px; border: none;" scrolling="no">
+                style="width: 380px; height: 20px; border: none;" scrolling="no">
         </iframe>
       </div>
     </td>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to