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

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

Issue 13568003: History: Fix position of lock/unlock button (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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: chrome/browser/resources/history/history.html
diff --git a/chrome/browser/resources/history/history.html b/chrome/browser/resources/history/history.html
index b32dbbd14e6d68c15f7b0a7f47c3aa3e7c881c91..d960af84abbf916f5121eb4903b097e5a2b4493e 100644
--- a/chrome/browser/resources/history/history.html
+++ b/chrome/browser/resources/history/history.html
@@ -85,6 +85,7 @@
<option i18n-content="rangeMonth" value="2"></option>
</select>
</label>
+ <button id="lock-unlock-button" i18n-content="unlockButton"></button>
</div>
</div>
<if expr="not pp_ifdef('android')">
@@ -101,7 +102,6 @@
<button id="block-selected" i18n-content="blockItems" disabled="disabled"
hidden>
</button>
- <button id="lock-unlock-button" i18n-content="unlockButton"></button>
</div>
<div id="notification-bar" hidden></div>
</div>
« chrome/browser/resources/history/history.css ('K') | « chrome/browser/resources/history/history.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698