Title: [90362] trunk/Source/WebCore
Revision
90362
Author
[email protected]
Date
2011-07-04 05:50:14 -0700 (Mon, 04 Jul 2011)

Log Message

2011-07-04  Yury Semikhatsky  <[email protected]>

        Web Inspector: repeated message counter should be aligned with other message icons
        https://bugs.webkit.org/show_bug.cgi?id=63901

        Reviewed by Pavel Feldman.

        * inspector/front-end/inspector.css:
        (.console-message .bubble):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (90361 => 90362)


--- trunk/Source/WebCore/ChangeLog	2011-07-04 12:18:34 UTC (rev 90361)
+++ trunk/Source/WebCore/ChangeLog	2011-07-04 12:50:14 UTC (rev 90362)
@@ -1,3 +1,13 @@
+2011-07-04  Yury Semikhatsky  <[email protected]>
+
+        Web Inspector: repeated message counter should be aligned with other message icons
+        https://bugs.webkit.org/show_bug.cgi?id=63901
+
+        Reviewed by Pavel Feldman.
+
+        * inspector/front-end/inspector.css:
+        (.console-message .bubble):
+
 2011-07-04  Alexander Pavlov  <[email protected]>
 
         Reviewed by Pavel Feldman.

Modified: trunk/Source/WebCore/inspector/front-end/inspector.css (90361 => 90362)


--- trunk/Source/WebCore/inspector/front-end/inspector.css	2011-07-04 12:18:34 UTC (rev 90361)
+++ trunk/Source/WebCore/inspector/front-end/inspector.css	2011-07-04 12:50:14 UTC (rev 90362)
@@ -727,6 +727,7 @@
     padding: 1px 4px;
     margin-top: -2px;
     margin-right: 4px;
+    margin-left: -18px;
     text-align: left;
     font-size: 11px;
     line-height: normal;
@@ -741,10 +742,6 @@
     white-space: pre-wrap;
 }
 
-.repeated-message {
-    padding-left: 6px;
-}
-
 .repeated-message.console-error-level::before, .repeated-message.console-warning-level:before, .repeated-message.console-debug-level:before {
     visibility: hidden;
 }
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to