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

Unified Diff: chrome/browser/resources/snippets_internals.html

Issue 2893933002: [NTP] Mobile friendly buttons on snippets internals. (Closed)
Patch Set: clean rebase. Created 3 years, 7 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 | « chrome/browser/resources/snippets_internals.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/snippets_internals.html
diff --git a/chrome/browser/resources/snippets_internals.html b/chrome/browser/resources/snippets_internals.html
index 0ee1b91442a48b429192dc331ad8eb486da542fc..c1f7511d6d3c587ea69223128d48972f8b984ec0 100644
--- a/chrome/browser/resources/snippets_internals.html
+++ b/chrome/browser/resources/snippets_internals.html
@@ -121,13 +121,16 @@ found in the LICENSE file.
<button id="submit-dump" type="button">Dump the list</button>
</h2>
<div jsselect="list" style="display:none">
- <h3>
- <span jscontent="title"></span>
- <span class="detail">
- (id = <span jscontent="categoryId"></span>,
- <span jscontent="status"></span>)
- </span>
-
+ <div>
+ <h3 style="margin-bottom: 0px; padding-bottom: 0px;">
+ <span jscontent="title"></span>
+ <span class="detail">
+ (id = <span jscontent="categoryId"></span>,
+ <span jscontent="status"></span>)
+ </span>
+ </h3>
+ </div>
+ <div class="vertical-buttons">
<button jsvalues="category-id:categoryId" type="button"
class="submit-clear-cached-suggestions">
Clear cached suggestions
@@ -140,7 +143,7 @@ found in the LICENSE file.
class="submit-clear-dismissed-suggestions">
Clear dismissed suggestions
</button>
- </h3>
+ </div>
<table class="section-details">
<tr jsselect="suggestions" style="display:none">
« no previous file with comments | « chrome/browser/resources/snippets_internals.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698