Title: [185214] trunk/Source/WebInspectorUI
Revision
185214
Author
nvasil...@apple.com
Date
2015-06-04 13:43:20 -0700 (Thu, 04 Jun 2015)

Log Message

Web Inspector: Decrease tabs height to match Safari's tabs height
https://bugs.webkit.org/show_bug.cgi?id=145647

Reviewed by Timothy Hatcher.

* UserInterface/Views/TabBar.css:
(.tab-bar):

Modified Paths

Diff

Modified: trunk/Source/WebInspectorUI/ChangeLog (185213 => 185214)


--- trunk/Source/WebInspectorUI/ChangeLog	2015-06-04 20:15:14 UTC (rev 185213)
+++ trunk/Source/WebInspectorUI/ChangeLog	2015-06-04 20:43:20 UTC (rev 185214)
@@ -1,3 +1,13 @@
+2015-06-04  Nikita Vasilyev  <nvasil...@apple.com>
+
+        Web Inspector: Decrease tabs height to match Safari's tabs height
+        https://bugs.webkit.org/show_bug.cgi?id=145647
+
+        Reviewed by Timothy Hatcher.
+
+        * UserInterface/Views/TabBar.css:
+        (.tab-bar):
+
 2015-06-04  Tobias Reiss  <tobi+web...@basecode.de>
         
         Web Inspector: Activity Viewer does not update on "Clear Log on reload"

Modified: trunk/Source/WebInspectorUI/UserInterface/Views/TabBar.css (185213 => 185214)


--- trunk/Source/WebInspectorUI/UserInterface/Views/TabBar.css	2015-06-04 20:15:14 UTC (rev 185213)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/TabBar.css	2015-06-04 20:43:20 UTC (rev 185214)
@@ -35,7 +35,7 @@
     background-image: linear-gradient(to bottom, rgb(199, 199, 199), rgb(184, 184, 184));
     background-size: 100% 200%;
 
-    height: 30px;
+    height: 26px;
 
     white-space: nowrap;
     overflow: hidden;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to