Title: [185105] trunk/Source/WebInspectorUI
Revision
185105
Author
jonowe...@apple.com
Date
2015-06-01 22:48:04 -0700 (Mon, 01 Jun 2015)

Log Message

Web Inspector: Type token text descenders touch bottom of container
https://bugs.webkit.org/show_bug.cgi?id=145544

Reviewed by Timothy Hatcher.

Move 1px padding from top to bottom of token.

* UserInterface/Views/TypeTokenView.css:
(.type-token):

Modified Paths

Diff

Modified: trunk/Source/WebInspectorUI/ChangeLog (185104 => 185105)


--- trunk/Source/WebInspectorUI/ChangeLog	2015-06-02 05:46:23 UTC (rev 185104)
+++ trunk/Source/WebInspectorUI/ChangeLog	2015-06-02 05:48:04 UTC (rev 185105)
@@ -1,3 +1,15 @@
+2015-06-01  Jono Wells  <jonowe...@apple.com>
+
+        Web Inspector: Type token text descenders touch bottom of container
+        https://bugs.webkit.org/show_bug.cgi?id=145544
+
+        Reviewed by Timothy Hatcher.
+
+        Move 1px padding from top to bottom of token.
+
+        * UserInterface/Views/TypeTokenView.css:
+        (.type-token):
+
 2015-06-01  Joseph Pecoraro  <pecor...@apple.com>
 
         Web Inspector: Better handle keyboard events in the quick console prompt

Modified: trunk/Source/WebInspectorUI/UserInterface/Views/TypeTokenView.css (185104 => 185105)


--- trunk/Source/WebInspectorUI/UserInterface/Views/TypeTokenView.css	2015-06-02 05:46:23 UTC (rev 185104)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/TypeTokenView.css	2015-06-02 05:48:04 UTC (rev 185105)
@@ -29,7 +29,7 @@
     border-color: transparent;
     padding-left: 8px;
     padding-right: 8px;
-    padding-top: 1px;
+    padding-bottom: 1px;
     color: white;
     font-size: 10px;
     opacity: 0.85;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to