Title: [146333] trunk/Source/WebCore
Revision
146333
Author
eus...@chromium.org
Date
2013-03-20 05:43:13 -0700 (Wed, 20 Mar 2013)

Log Message

Web Inspector: [Resources] Local Storage: "Add item" row height doesn't match underlying grid.
https://bugs.webkit.org/show_bug.cgi?id=112433

Reviewed by Pavel Feldman.

Fixed cell height to correspond grid step.

* inspector/front-end/dataGrid.css:
(.data-grid td): Fixed cell height to correspond grid step.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (146332 => 146333)


--- trunk/Source/WebCore/ChangeLog	2013-03-20 12:26:23 UTC (rev 146332)
+++ trunk/Source/WebCore/ChangeLog	2013-03-20 12:43:13 UTC (rev 146333)
@@ -1,3 +1,15 @@
+2013-03-20  Eugene Klyuchnikov  <eus...@chromium.org>
+
+        Web Inspector: [Resources] Local Storage: "Add item" row height doesn't match underlying grid.
+        https://bugs.webkit.org/show_bug.cgi?id=112433
+
+        Reviewed by Pavel Feldman.
+
+        Fixed cell height to correspond grid step.
+
+        * inspector/front-end/dataGrid.css:
+        (.data-grid td): Fixed cell height to correspond grid step.
+
 2013-03-20  Allan Sandfeld Jensen  <allan.jen...@digia.com>
 
         [Qt] New fast/text/word-space-with-kerning-3.html fails on Qt

Modified: trunk/Source/WebCore/inspector/front-end/dataGrid.css (146332 => 146333)


--- trunk/Source/WebCore/inspector/front-end/dataGrid.css	2013-03-20 12:26:23 UTC (rev 146332)
+++ trunk/Source/WebCore/inspector/front-end/dataGrid.css	2013-03-20 12:43:13 UTC (rev 146333)
@@ -101,7 +101,7 @@
 
 .data-grid td {
     vertical-align: top;
-    height: 12px;
+    height: 16px; /* Keep in sync with .data-grid table.data @ -webkit-background-size */
     line-height: 12px;
     padding: 2px 4px;
     white-space: nowrap;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to