Title: [117295] trunk/Source/WebCore
- Revision
- 117295
- Author
- apav...@chromium.org
- Date
- 2012-05-16 08:48:01 -0700 (Wed, 16 May 2012)
Log Message
Unreviewed, followup for r117273 that fixes the Web Inspector's Computed Style pane layout.
* inspector/front-end/elementsPanel.css:
(.styles-section.computed-style.expanded .properties > li):
(.styles-section.computed-style.expanded .properties > li .webkit-css-property):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (117294 => 117295)
--- trunk/Source/WebCore/ChangeLog 2012-05-16 15:42:12 UTC (rev 117294)
+++ trunk/Source/WebCore/ChangeLog 2012-05-16 15:48:01 UTC (rev 117295)
@@ -1,3 +1,11 @@
+2012-05-16 Alexander Pavlov <apav...@chromium.org>
+
+ Unreviewed, followup for r117273 that fixes the Web Inspector's Computed Style pane layout.
+
+ * inspector/front-end/elementsPanel.css:
+ (.styles-section.computed-style.expanded .properties > li):
+ (.styles-section.computed-style.expanded .properties > li .webkit-css-property):
+
2012-05-16 Andrey Kosyakov <ca...@chromium.org>
Web Inspector: [Extensions API] expose evaluateOptions in audit formatters
Modified: trunk/Source/WebCore/inspector/front-end/elementsPanel.css (117294 => 117295)
--- trunk/Source/WebCore/inspector/front-end/elementsPanel.css 2012-05-16 15:42:12 UTC (rev 117294)
+++ trunk/Source/WebCore/inspector/front-end/elementsPanel.css 2012-05-16 15:48:01 UTC (rev 117295)
@@ -331,6 +331,14 @@
cursor: auto;
}
+.styles-section.computed-style.expanded .properties > li {
+ padding-left: 0;
+}
+
+.styles-section.computed-style.expanded .properties > li .webkit-css-property {
+ margin-left: 0;
+}
+
.styles-section .properties li .webkit-css-property {
margin-left: -22px; /* outdent the first line of longhand properties (in an expanded shorthand) to compensate for the "padding-left" shift in .styles-section .properties li */
}
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes