Title: [193242] branches/safari-601-branch/Source/WebInspectorUI
Revision
193242
Author
[email protected]
Date
2015-12-03 11:01:13 -0800 (Thu, 03 Dec 2015)

Log Message

Merge r190506. rdar://problem/23221163

Modified Paths

Diff

Modified: branches/safari-601-branch/Source/WebInspectorUI/ChangeLog (193241 => 193242)


--- branches/safari-601-branch/Source/WebInspectorUI/ChangeLog	2015-12-03 19:01:08 UTC (rev 193241)
+++ branches/safari-601-branch/Source/WebInspectorUI/ChangeLog	2015-12-03 19:01:13 UTC (rev 193242)
@@ -1,5 +1,20 @@
 2015-12-02  Timothy Hatcher  <[email protected]>
 
+        Merge r190506. rdar://problem/23221163
+
+    2015-10-02  Nikita Vasilyev  <[email protected]>
+
+            Web Inspector: Fix indentation of console message parameters
+            https://bugs.webkit.org/show_bug.cgi?id=149740
+
+            Reviewed by Darin Adler.
+
+            * UserInterface/Views/ConsoleMessageView.css:
+            (.console-message .console-message-stack-trace-container > li):
+            (.console-message .console-message-extra-parameters-container > li::before):
+
+2015-12-02  Timothy Hatcher  <[email protected]>
+
         Merge r190448. rdar://problem/23221163
 
     2015-10-01  Joseph Pecoraro  <[email protected]>

Modified: branches/safari-601-branch/Source/WebInspectorUI/UserInterface/Views/ConsoleMessageView.css (193241 => 193242)


--- branches/safari-601-branch/Source/WebInspectorUI/UserInterface/Views/ConsoleMessageView.css	2015-12-03 19:01:08 UTC (rev 193241)
+++ branches/safari-601-branch/Source/WebInspectorUI/UserInterface/Views/ConsoleMessageView.css	2015-12-03 19:01:13 UTC (rev 193242)
@@ -128,13 +128,15 @@
     overflow: hidden;
     -webkit-user-select: text;
     cursor: default;
-    padding: 2px 0;
+    padding: 2px 0 2px 15px;
 }
 
 .console-message .console-message-extra-parameters-container > li::before {
     display: inline-block;
+    width: 15px;
+    margin-left: -15px;
+    text-align: center;
 
-    width: 13px;
     height: 13px;
     content: "•";
 
@@ -143,7 +145,6 @@
     color: hsla(0, 0%, 0%, 0.33);
 
     vertical-align: top;
-    margin-left: 3px;
 }
 
 .console-error-level {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to