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

Side by Side Diff: chrome/browser/resources/options/add_startup_page_overlay.html

Issue 6359011: DOMUI Prefs: Miscellaneous style tweaks (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 11 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/browser/resources/options/browser_options_page.css » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <div class="page hidden" id="addStartupPageOverlay"> 1 <div class="page hidden" id="addStartupPageOverlay">
2 <h1 i18n-content="addStartupPageTitle"></h1> 2 <h1 i18n-content="addStartupPageTitle"></h1>
3 3
4 <form id="addStartupPageForm"> 4 <form id="addStartupPageForm">
5 <label id="addURLBlock"><span 5 <label id="addURLBlock"><span
6 i18n-content="addStartupPageURLLabel"></span> 6 i18n-content="addStartupPageURLLabel"></span>
7 <input type="url" id="addStartupPageURL"></label> 7 <input id="addStartupPageURL"></label>
8 8
9 <list id="addStartupRecentPageList"></list> 9 <list id="addStartupRecentPageList"></list>
10 10
11 <div class="action-area button-strip"> 11 <div class="action-area button-strip">
12 <button type="reset" 12 <button type="reset"
13 i18n-content="addStartupPageCancelButton"></button> 13 i18n-content="addStartupPageCancelButton"></button>
14 <button type="submit" id="addStartupPageAddButton" disabled 14 <button type="submit" id="addStartupPageAddButton" disabled
15 i18n-content="addStartupPageAddButton"></button> 15 i18n-content="addStartupPageAddButton"></button>
16 </div> 16 </div>
17 </form> 17 </form>
18 </div> 18 </div>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/options/browser_options_page.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698