Title: [108236] trunk/Source/WebCore
Revision
108236
Author
apav...@chromium.org
Date
2012-02-20 05:42:14 -0800 (Mon, 20 Feb 2012)

Log Message

Web Inspector: [Styles] Inconsistent alignment of non-parsed properties (having an exclamation mark)
https://bugs.webkit.org/show_bug.cgi?id=79028

Reviewed by Yury Semikhatsky.

* inspector/front-end/elementsPanel.css:
(.styles-section .properties li.not-parsed-ok img.exclamation-mark):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (108235 => 108236)


--- trunk/Source/WebCore/ChangeLog	2012-02-20 13:11:40 UTC (rev 108235)
+++ trunk/Source/WebCore/ChangeLog	2012-02-20 13:42:14 UTC (rev 108236)
@@ -1,5 +1,15 @@
 2012-02-20  Alexander Pavlov  <apav...@chromium.org>
 
+        Web Inspector: [Styles] Inconsistent alignment of non-parsed properties (having an exclamation mark)
+        https://bugs.webkit.org/show_bug.cgi?id=79028
+
+        Reviewed by Yury Semikhatsky.
+
+        * inspector/front-end/elementsPanel.css:
+        (.styles-section .properties li.not-parsed-ok img.exclamation-mark):
+
+2012-02-20  Alexander Pavlov  <apav...@chromium.org>
+
         Web Inspector: DOMAttrModified should not be fired if the attribute value remains the same
         https://bugs.webkit.org/show_bug.cgi?id=79025
 

Modified: trunk/Source/WebCore/inspector/front-end/elementsPanel.css (108235 => 108236)


--- trunk/Source/WebCore/inspector/front-end/elementsPanel.css	2012-02-20 13:11:40 UTC (rev 108235)
+++ trunk/Source/WebCore/inspector/front-end/elementsPanel.css	2012-02-20 13:42:14 UTC (rev 108236)
@@ -248,8 +248,8 @@
     opacity: 0.75;
     width: 12px;
     height: 10px;
-    margin: 0;
-    padding-right: 2px;
+    margin: 0 6px 0 0;
+    padding: 0 1px;
     vertical-align: baseline;
     -webkit-user-select: none;
     cursor: default;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to