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

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

Issue 805853002: DevTools: Make labeled checkbox a web component (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years 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/ui/checkboxTextLabel.css ('k') | Source/devtools/front_end/ui/module.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/ui/helpScreen.css
diff --git a/Source/devtools/front_end/ui/helpScreen.css b/Source/devtools/front_end/ui/helpScreen.css
index 74a2f2d16d76c1cb37e08fadd8001bffde1188db..b712432b64be747bcbf1b4ea20ccf7e92690125d 100644
--- a/Source/devtools/front_end/ui/helpScreen.css
+++ b/Source/devtools/front_end/ui/helpScreen.css
@@ -219,7 +219,7 @@ body.dock-to-bottom .help-content {
}
.help-content input[type=checkbox] {
- margin-right: 7px;
+ margin: 1px 7px 1px 2px;
}
.help-content option {
« no previous file with comments | « Source/devtools/front_end/ui/checkboxTextLabel.css ('k') | Source/devtools/front_end/ui/module.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698