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

Side by Side Diff: chrome/browser/resources/extensions/extension_options_overlay.html

Issue 488293003: Embedded Extension Options: Improve the overlay popup UI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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
OLDNEW
1 <!-- 1 <!--
2 Copyright 2014 The Chromium Authors. All rights reserved. 2 Copyright 2014 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be found 3 Use of this source code is governed by a BSD-style license that can be found
4 in the LICENSE file. 4 in the LICENSE file.
5 --> 5 -->
6 <div id="extension-options-overlay" class="page"> 6 <div id="extension-options-overlay" class="page">
7 <div class="close-button"></div> 7 <div class="close-button"></div>
not at google - send to devlin 2014/08/22 22:31:00 The close button is on the right side of the box,
ericzeng 2014/08/23 00:14:49 The close button seems to find the right spot in t
8 <h1 id="extension-options-overlay-title"></h1> 8 <div id="extension-options-overlay-header">
9 <div id="extension-options-overlay-icon"></div>
10 <h1 id="extension-options-overlay-title"></h1>
11 </div>
9 <div id="extension-options-overlay-guest"></div> 12 <div id="extension-options-overlay-guest"></div>
10 </div> 13 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698