Title: [131183] trunk/Source/WebCore
Revision
131183
Author
[email protected]
Date
2012-10-12 06:11:36 -0700 (Fri, 12 Oct 2012)

Log Message

Web Inspector: move delete watch _expression_ farther from the expand triangle
https://bugs.webkit.org/show_bug.cgi?id=99166

Reviewed by Pavel Feldman.

Aligned 'delete watch _expression_' button on the right side (was on the left) so
that it is hard to click it when expanding watched value.

* inspector/front-end/inspector.css:
(.properties-tree.watch-expressions):
(.section .properties .delete-button):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (131182 => 131183)


--- trunk/Source/WebCore/ChangeLog	2012-10-12 13:08:13 UTC (rev 131182)
+++ trunk/Source/WebCore/ChangeLog	2012-10-12 13:11:36 UTC (rev 131183)
@@ -1,3 +1,17 @@
+2012-10-12  Yury Semikhatsky  <[email protected]>
+
+        Web Inspector: move delete watch _expression_ farther from the expand triangle
+        https://bugs.webkit.org/show_bug.cgi?id=99166
+
+        Reviewed by Pavel Feldman.
+
+        Aligned 'delete watch _expression_' button on the right side (was on the left) so
+        that it is hard to click it when expanding watched value.
+
+        * inspector/front-end/inspector.css:
+        (.properties-tree.watch-expressions):
+        (.section .properties .delete-button):
+
 2012-10-12  Pavel Feldman  <[email protected]>
 
         Web Inspector: trim filename in the call stack sidebar

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


--- trunk/Source/WebCore/inspector/front-end/inspector.css	2012-10-12 13:08:13 UTC (rev 131182)
+++ trunk/Source/WebCore/inspector/front-end/inspector.css	2012-10-12 13:11:36 UTC (rev 131183)
@@ -1020,6 +1020,7 @@
     color: rgb(15%, 15%, 15%);
 }
 
+ol.watch-expressions > li.hovered,
 .console-message:hover { 
     background-color: #F0F0F0;
 }
@@ -1577,12 +1578,19 @@
 
 .properties-tree.watch-expressions {
     padding-bottom: 8px;
+    padding-left: 4px !important;
 }
 
-.properties-tree.watch-expressions li {
+.properties-tree.watch-expressions > li {
     padding-top: 2px;
+    padding-left: 4px;
 }
 
+.properties-tree.watch-expressions > li:not(.parent) {
+    margin-left: 1px;
+    padding-left: 15px;
+}
+
 .watch-expressions > li.editing-sub-part .text-prompt {
     display: block;
     width: 100%;
@@ -1611,8 +1619,7 @@
     background-repeat: no-repeat;
     border: 0 none transparent;
     position: absolute;
-    margin-left: -25px;
-    margin-top: 2px;
+    right: 8px;
     display: none;
 }
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to