Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1209)

Unified Diff: Source/devtools/front_end/breakpointsList.css

Issue 210243005: DevTools: polish Mac UI (borders, alignment, line heights, images). (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/devtools/front_end/SourcesPanel.js ('k') | Source/devtools/front_end/elementsPanel.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/breakpointsList.css
diff --git a/Source/devtools/front_end/breakpointsList.css b/Source/devtools/front_end/breakpointsList.css
index afe528c70e7487d88534b3eb1d9715f28185df76..a5a0478bc76813154a11c7fc2b20e872da6621ad 100644
--- a/Source/devtools/front_end/breakpointsList.css
+++ b/Source/devtools/front_end/breakpointsList.css
@@ -96,6 +96,11 @@ li.breakpoint-hit .breakpoint-hit-marker {
z-index: -1;
}
+.event-listener-breakpoints.properties-tree li {
+ height: 16px;
+ padding-top: 3px;
+}
+
.event-listener-breakpoints.properties-tree .children li {
margin-left: 12px;
height: 16px;
@@ -103,8 +108,7 @@ li.breakpoint-hit .breakpoint-hit-marker {
.event-listener-breakpoints .checkbox-elem {
float: left;
- top: -2px;
position: relative;
- left: -1px;
+ top: 1px;
font-size: 10px;
}
« no previous file with comments | « Source/devtools/front_end/SourcesPanel.js ('k') | Source/devtools/front_end/elementsPanel.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698