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

Unified Diff: content/browser/resources/service_worker/serviceworker_internals.html

Issue 998433002: Align checkbox and label text on chrome://serviceworker-internals. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/resources/service_worker/serviceworker_internals.html
diff --git a/content/browser/resources/service_worker/serviceworker_internals.html b/content/browser/resources/service_worker/serviceworker_internals.html
index a16ac655df4aaf68e1c191ec5f65d0af535c1c90..7adc86097eb00d575e23177733037235b450cf6a 100644
--- a/content/browser/resources/service_worker/serviceworker_internals.html
+++ b/content/browser/resources/service_worker/serviceworker_internals.html
@@ -119,15 +119,13 @@
</div>
</div>
<div id="serviceworker-options-template">
- <div>
+ <div class="checkbox">
<label>
- <span>
<input type="checkbox" class="debug_on_start"
- jsvalues=".checked:$this.debug_on_start">
- </span>
- <span>
- Open DevTools window and pause JavaScript execution on Service Worker startup for debugging.
- </span>
+ jsvalues=".checked:$this.debug_on_start">
+ <span>
+ Open DevTools window and pause JavaScript execution on Service Worker startup for debugging.
+ </span>
</label>
</div>
</div>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698