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

Unified Diff: Source/devtools/front_end/components/helpScreen.css

Issue 671463002: DevTools: make flame chart a web component. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: test fixed Created 6 years, 2 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
Index: Source/devtools/front_end/components/helpScreen.css
diff --git a/Source/devtools/front_end/components/helpScreen.css b/Source/devtools/front_end/components/helpScreen.css
index 59c82029c61f839edde71a579288f78a8433078a..ddc71e6c48783cf2989e6d55505af70a69ecc537 100644
--- a/Source/devtools/front_end/components/helpScreen.css
+++ b/Source/devtools/front_end/components/helpScreen.css
@@ -83,11 +83,11 @@ body.dock-to-bottom .help-content {
margin-bottom: 8px;
}
-body.platform-mac .help-window-main .tabbed-pane-header-contents {
+.platform-mac .help-window-main .tabbed-pane-header-contents {
margin-left: 27px;
}
-body.platform-mac .help-window-main .help-window-title {
+.platform-mac .help-window-main .help-window-title {
margin-left: 18px;
}
@@ -97,11 +97,11 @@ body.platform-mac .help-window-main .help-window-title {
-webkit-column-width: 470px;
}
-body.platform-mac .settings-tab .help-container {
+.platform-mac .settings-tab .help-container {
-webkit-column-width: 430px;
}
-body.platform-mac .help-container {
+.platform-mac .help-container {
-webkit-column-width: 361px;
}
@@ -116,7 +116,7 @@ body.platform-mac .help-container {
-webkit-column-break-inside: avoid;
}
-body.platform-mac .settings-tab .help-block {
+.platform-mac .settings-tab .help-block {
width: 430px;
}
@@ -145,7 +145,7 @@ body.platform-mac .settings-tab .help-block {
text-align: right;
}
-body.platform-mac .help-key-cell {
+.platform-mac .help-key-cell {
width: 151px;
}
@@ -174,7 +174,7 @@ body.platform-mac .help-key-cell {
white-space: nowrap;
}
-body.platform-mac .help-key {
+.platform-mac .help-key {
font-family: Lucida Grande, sans-serif;
}
« no previous file with comments | « Source/devtools/front_end/components/flameChart.css ('k') | Source/devtools/front_end/elements/ElementsPanel.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698