Title: [94201] trunk/Tools
Revision
94201
Author
[email protected]
Date
2011-08-31 10:32:36 -0700 (Wed, 31 Aug 2011)

Log Message

Tighen up UI for garden-o-matic tab strip
https://bugs.webkit.org/show_bug.cgi?id=67266

Reviewed by Dimitri Glazkov.

This patch add CSS to move the tab strip to the edges of the page and
to remove some gratuitous border-radius.

* BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/styles/common.css:
* BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/summary.html:

Modified Paths

Added Paths

Diff

Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/styles/common.css (94200 => 94201)


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/styles/common.css	2011-08-31 17:30:46 UTC (rev 94200)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/styles/common.css	2011-08-31 17:32:36 UTC (rev 94201)
@@ -24,8 +24,9 @@
  */
 
 body {
- font-family: 'Open Sans';
- font-size: 14px;
+  font-family: 'Open Sans';
+  font-size: 14px;
+  margin: 0px;
 }
 
 a {

Added: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/styles/onebar.css (0 => 94201)


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/styles/onebar.css	                        (rev 0)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/styles/onebar.css	2011-08-31 17:32:36 UTC (rev 94201)
@@ -0,0 +1,41 @@
+/*
+ * Copyright (C) 2011 Google Inc. All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ *
+ * THIS SOFTWARE IS PROVIDED BY APPLE INC. AND ITS CONTRIBUTORS ``AS IS''
+ * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
+ * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR ITS CONTRIBUTORS
+ * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+ * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+ * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+ * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
+ * THE POSSIBILITY OF SUCH DAMAGE.
+ */
+
+/*
+ * We mostly use the styles from jQuery UI, but we clear some of them to
+ * make the UI slightly tighter.
+ */
+
+#onebar {
+    border: none;
+    padding: 0px;
+}
+
+#onebar .ui-widget-header {
+    border-top: none;
+    border-right: none;
+    border-left: none;
+    border-radius: 0px;
+}

Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/summary.html (94200 => 94201)


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/summary.html	2011-08-31 17:30:46 UTC (rev 94200)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/summary.html	2011-08-31 17:32:36 UTC (rev 94201)
@@ -32,6 +32,7 @@
 <link rel="stylesheet" href=""
 <link rel="stylesheet" href=""
 <link rel="stylesheet" href=""
+<link rel="stylesheet" href=""
 <link rel="stylesheet" href=""
 <link rel="stylesheet" href=""
 </head>

Modified: trunk/Tools/ChangeLog (94200 => 94201)


--- trunk/Tools/ChangeLog	2011-08-31 17:30:46 UTC (rev 94200)
+++ trunk/Tools/ChangeLog	2011-08-31 17:32:36 UTC (rev 94201)
@@ -1,5 +1,18 @@
 2011-08-31  Adam Barth  <[email protected]>
 
+        Tighen up UI for garden-o-matic tab strip
+        https://bugs.webkit.org/show_bug.cgi?id=67266
+
+        Reviewed by Dimitri Glazkov.
+
+        This patch add CSS to move the tab strip to the edges of the page and
+        to remove some gratuitous border-radius.
+
+        * BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/styles/common.css:
+        * BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/summary.html:
+
+2011-08-31  Adam Barth  <[email protected]>
+
         garden-o-matic results view shouldn't be horrifically ugly
         https://bugs.webkit.org/show_bug.cgi?id=67264
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to