Title: [263197] trunk/Tools
Revision
263197
Author
hironori.fu...@sony.com
Date
2020-06-17 20:23:30 -0700 (Wed, 17 Jun 2020)

Log Message

RebaselineServer: "Rebaseline queue" button is placed behind the footer
https://bugs.webkit.org/show_bug.cgi?id=213258

Reviewed by Zalan Bujtas.

* Scripts/webkitpy/tool/servers/data/rebaselineserver/index.html: Moved 'log' and 'queue' elements after 'footer' element.
* Scripts/webkitpy/tool/servers/data/rebaselineserver/main.css:
(#queue): Changed 'bottom' property from 3em to 4em.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (263196 => 263197)


--- trunk/Tools/ChangeLog	2020-06-18 02:26:50 UTC (rev 263196)
+++ trunk/Tools/ChangeLog	2020-06-18 03:23:30 UTC (rev 263197)
@@ -1,3 +1,14 @@
+2020-06-17  Fujii Hironori  <hironori.fu...@sony.com>
+
+        RebaselineServer: "Rebaseline queue" button is placed behind the footer
+        https://bugs.webkit.org/show_bug.cgi?id=213258
+
+        Reviewed by Zalan Bujtas.
+
+        * Scripts/webkitpy/tool/servers/data/rebaselineserver/index.html: Moved 'log' and 'queue' elements after 'footer' element.
+        * Scripts/webkitpy/tool/servers/data/rebaselineserver/main.css:
+        (#queue): Changed 'bottom' property from 3em to 4em.
+
 2020-06-17  Wenson Hsieh  <wenson_hs...@apple.com>
 
         [macOS] Shift-tab in a bullet list in Mail Compose jumps back to Subject field

Modified: trunk/Tools/Scripts/webkitpy/tool/servers/data/rebaselineserver/index.html (263196 => 263197)


--- trunk/Tools/Scripts/webkitpy/tool/servers/data/rebaselineserver/index.html	2020-06-18 02:26:50 UTC (rev 263196)
+++ trunk/Tools/Scripts/webkitpy/tool/servers/data/rebaselineserver/index.html	2020-06-18 03:23:30 UTC (rev 263197)
@@ -39,14 +39,6 @@
 </head>
 <body class="loading">
 
-<pre id="log" style="display: none"></pre>
-<div id="queue" style="display: none">
-  Queue:
-  <select id="queue-select" size="10"></select>
-  <button id="remove-queue-selection">Remove selection</button>
-  <button id="rebaseline-queue">Rebaseline queue</button>
-</div>
-
 <div id="header">
   <div id="controls">
     <!-- Add a dummy <select> node so that this lines up with the text on the left -->
@@ -144,6 +136,14 @@
   </div>
 </div>
 
+<pre id="log" style="display: none"></pre>
+<div id="queue" style="display: none">
+  Queue:
+  <select id="queue-select" size="10"></select>
+  <button id="remove-queue-selection">Remove selection</button>
+  <button id="rebaseline-queue">Rebaseline queue</button>
+</div>
+
 <table id="loupe" style="display: none">
   <tr>
     <td colspan="3" id="loupe-info">

Modified: trunk/Tools/Scripts/webkitpy/tool/servers/data/rebaselineserver/main.css (263196 => 263197)


--- trunk/Tools/Scripts/webkitpy/tool/servers/data/rebaselineserver/main.css	2020-06-18 02:26:50 UTC (rev 263196)
+++ trunk/Tools/Scripts/webkitpy/tool/servers/data/rebaselineserver/main.css	2020-06-18 03:23:30 UTC (rev 263197)
@@ -72,7 +72,7 @@
 }
 
 #queue {
-  bottom: 3em;
+  bottom: 4em;
   width: 400px;
 }
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to