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

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

Issue 140863002: Fix spacing in create profile dialog. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | 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="manage-profile-overlay" class="page" hidden> 1 <div id="manage-profile-overlay" class="page" hidden>
2 <div class="close-button"></div> 2 <div class="close-button"></div>
3 <!-- Dialog for managing profiles. --> 3 <!-- Dialog for managing profiles. -->
4 <div id="manage-profile-overlay-manage" hidden> 4 <div id="manage-profile-overlay-manage" hidden>
5 <h1 i18n-content="manageProfile"></h1> 5 <h1 i18n-content="manageProfile"></h1>
6 <div id="manage-profile-content" class="content-area"> 6 <div id="manage-profile-content" class="content-area">
7 <div id="manage-profile-icon-label" 7 <div id="manage-profile-icon-label"
8 i18n-content="manageProfilesIconLabel"> 8 i18n-content="manageProfilesIconLabel">
9 </div> 9 </div>
10 <grid id="manage-profile-icon-grid"></grid> 10 <grid id="manage-profile-icon-grid"></grid>
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 <button id="create-profile-managed-not-signed-in-link" 99 <button id="create-profile-managed-not-signed-in-link"
100 class="link-button" 100 class="link-button"
101 i18n-content="manageProfilesManagedNotSignedInLink"> 101 i18n-content="manageProfilesManagedNotSignedInLink">
102 </button> 102 </button>
103 </span> 103 </span>
104 </label> 104 </label>
105 <span id="create-profile-managed-indicator" 105 <span id="create-profile-managed-indicator"
106 class="bubble-button controlled-setting-indicator"> 106 class="bubble-button controlled-setting-indicator">
107 </span> 107 </span>
108 </div> 108 </div>
109 </div>
110 <div id="create-profile-error-bubble-content-area" class="content-area">
111 <div id="create-profile-error-bubble" hidden></div> 109 <div id="create-profile-error-bubble" hidden></div>
112 </div> 110 </div>
113 <div class="action-area"> 111 <div class="action-area">
114 <div id="create-profile-throbber" class="throbber"></div> 112 <div id="create-profile-throbber" class="throbber"></div>
115 <button id="import-existing-managed-user-link" class="link-button" 113 <button id="import-existing-managed-user-link" class="link-button"
116 i18n-content="importExistingManagedUserLink" hidden> 114 i18n-content="importExistingManagedUserLink" hidden>
117 </button> 115 </button>
118 <div class="button-strip"> 116 <div class="button-strip">
119 <button id="create-profile-cancel" i18n-content="cancel"></button> 117 <button id="create-profile-cancel" i18n-content="cancel"></button>
120 <button id="create-profile-ok" i18n-content="createProfileConfirm" 118 <button id="create-profile-ok" i18n-content="createProfileConfirm"
121 class="default-button"> 119 class="default-button">
122 </button> 120 </button>
123 </div> 121 </div>
124 </div> 122 </div>
125 </div> 123 </div>
126 </div> 124 </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