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

Side by Side Diff: chrome/browser/resources/options2/browser_options.html

Issue 9827001: Fix vertical margins for the 'profiles-single-message' element. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <div id="settings" class="page" hidden> 1 <div id="settings" class="page" hidden>
2 <header> 2 <header>
3 <h1 i18n-content="settingsTitle"></h1> 3 <h1 i18n-content="settingsTitle"></h1>
4 <span id="browser-options-search-field-container" 4 <span id="browser-options-search-field-container"
5 class="search-field-container"> 5 class="search-field-container">
6 <input id="search-field" type="search" 6 <input id="search-field" type="search"
7 i18n-values="placeholder:searchPlaceholder; 7 i18n-values="placeholder:searchPlaceholder;
8 aria-label:searchPlaceholder" incremental> 8 aria-label:searchPlaceholder" incremental>
9 </span> 9 </span>
10 </header> 10 </header>
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
221 <button id="customize-sync" i18n-content="customizeSync" hidden> 221 <button id="customize-sync" i18n-content="customizeSync" hidden>
222 </button> 222 </button>
223 <button id="manage-accounts-button" 223 <button id="manage-accounts-button"
224 i18n-content="manageAccountsButtonTitle"> 224 i18n-content="manageAccountsButtonTitle">
225 </button> 225 </button>
226 </div> 226 </div>
227 </div> 227 </div>
228 </if> 228 </if>
229 <div id="profiles-section" hidden> 229 <div id="profiles-section" hidden>
230 <list id="profiles-list" class="settings-list" hidden></list> 230 <list id="profiles-list" class="settings-list" hidden></list>
231 <div id="profiles-single-message" i18n-content="profilesSingleUser"> 231 <div id="profiles-single-message" class="settings-row"
232 i18n-content="profilesSingleUser">
232 </div> 233 </div>
233 <div id="profiles-buttons"> 234 <div id="profiles-buttons">
234 <button id="profiles-create" i18n-content="profilesCreate"></button> 235 <button id="profiles-create" i18n-content="profilesCreate"></button>
235 <button id="profiles-manage" i18n-content="profilesManage" disabled> 236 <button id="profiles-manage" i18n-content="profilesManage" disabled>
236 </button> 237 </button>
237 <button id="profiles-delete" i18n-content="profilesDelete"></button> 238 <button id="profiles-delete" i18n-content="profilesDelete"></button>
238 <if expr="not pp_ifdef('chromeos')"> 239 <if expr="not pp_ifdef('chromeos')">
239 <button id="import-data" i18n-content="importData"></button> 240 <button id="import-data" i18n-content="importData"></button>
240 </if> 241 </if>
241 </div> 242 </div>
(...skipping 375 matching lines...) Expand 10 before | Expand all | Expand 10 after
617 </section> 618 </section>
618 </if> 619 </if>
619 </div> <!-- advanced-settings-container --> 620 </div> <!-- advanced-settings-container -->
620 </div> <!-- advanced-settings --> 621 </div> <!-- advanced-settings -->
621 <footer> 622 <footer>
622 <button id="advanced-settings-expander" class="link-button" 623 <button id="advanced-settings-expander" class="link-button"
623 i18n-content="showAdvancedSettings"> 624 i18n-content="showAdvancedSettings">
624 </button> 625 </button>
625 </footer> 626 </footer>
626 </div> 627 </div>
OLDNEW
« 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