Log Message
Web Inspector: Adjust toolbar labels position https://bugs.webkit.org/show_bug.cgi?id=113805
Patch by Alexei Filippov <[email protected]> on 2013-04-02 Reviewed by Pavel Feldman. Move the labels 1px up to make them centered. Also fix font centering in native memory distribution snapshot. * inspector/front-end/inspector.css: (.toolbar-label): * inspector/front-end/nativeMemoryProfiler.css: (.native-snapshot-view .data-grid td):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (147473 => 147474)
--- trunk/Source/WebCore/ChangeLog 2013-04-02 18:30:53 UTC (rev 147473)
+++ trunk/Source/WebCore/ChangeLog 2013-04-02 18:32:57 UTC (rev 147474)
@@ -1,3 +1,18 @@
+2013-04-02 Alexei Filippov <[email protected]>
+
+ Web Inspector: Adjust toolbar labels position
+ https://bugs.webkit.org/show_bug.cgi?id=113805
+
+ Reviewed by Pavel Feldman.
+
+ Move the labels 1px up to make them centered.
+ Also fix font centering in native memory distribution snapshot.
+
+ * inspector/front-end/inspector.css:
+ (.toolbar-label):
+ * inspector/front-end/nativeMemoryProfiler.css:
+ (.native-snapshot-view .data-grid td):
+
2013-04-02 Beth Dakin <[email protected]>
Viewport constrained elements should work properly with headers and footers
Modified: trunk/Source/WebCore/inspector/front-end/inspector.css (147473 => 147474)
--- trunk/Source/WebCore/inspector/front-end/inspector.css 2013-04-02 18:30:53 UTC (rev 147473)
+++ trunk/Source/WebCore/inspector/front-end/inspector.css 2013-04-02 18:32:57 UTC (rev 147474)
@@ -170,7 +170,7 @@
}
.toolbar-label {
- line-height: 23px;
+ line-height: 22px;
text-shadow: rgba(255, 255, 255, 0.5) 0 1px 0;
}
Modified: trunk/Source/WebCore/inspector/front-end/nativeMemoryProfiler.css (147473 => 147474)
--- trunk/Source/WebCore/inspector/front-end/nativeMemoryProfiler.css 2013-04-02 18:30:53 UTC (rev 147473)
+++ trunk/Source/WebCore/inspector/front-end/nativeMemoryProfiler.css 2013-04-02 18:32:57 UTC (rev 147474)
@@ -75,7 +75,6 @@
.native-snapshot-view .data-grid td {
height: 14px;
- line-height: 14px;
padding: 1px 4px;
}
_______________________________________________ webkit-changes mailing list [email protected] https://lists.webkit.org/mailman/listinfo/webkit-changes
