Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <div id="website-settings-page" class="page website-settings-page" hidden> | |
| 2 <div class="close-button"></div> | |
| 3 <h1 i18n-content="websiteSettingsPage"></h1> | |
| 4 <div class="content-area website-list-content-area"> | |
| 5 <div class="website-column-headers"> | |
| 6 <div class="website-header-controls"> | |
| 7 <select id="resourceType" class="resource-type-select"> | |
|
Dan Beam
2014/07/10 02:57:24
why does this need a huge margin?
Daniel Nishi
2014/07/10 19:00:08
Bad method of alignment. Changed as per your comme
| |
| 8 <option value="geolocation" i18n-content="websitesLabelGeolocation"></ option> | |
| 9 <option value="media-stream" i18n-content="websitesLabelMediaStream">< /option> | |
| 10 <option value="notifications" i18n-content="websitesLabelNotifications "></option> | |
|
Dan Beam
2014/07/10 02:57:23
80 col wrap
Daniel Nishi
2014/07/10 19:00:08
Done.
| |
| 11 </select> | |
| 12 <input type="search" class="website-settings-search-box" | |
| 13 i18n-values="placeholder:websitesSearch" incremental> | |
| 14 </div> | |
| 15 </div> | |
| 16 <list id="origin-list" class="origin-list"></list> | |
| 17 </div> | |
| 18 <div class="action-area"> | |
| 19 <div class="button-strip"> | |
| 20 <button class="website-settings-overlay-confirm" | |
| 21 i18n-content="done"> | |
|
Dan Beam
2014/07/10 02:57:24
fits in 1 line
Daniel Nishi
2014/07/10 19:00:08
Done.
| |
| 22 </button> | |
| 23 </div> | |
| 24 </div> | |
| 25 </div> | |
| OLD | NEW |