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

Unified Diff: chrome/browser/resources/chromeos/wallpaper_manager/main.html

Issue 10978022: Center wallpaper picker when open and open author's website in a new window (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Only allow one instance of wallpaper picker. Created 8 years, 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/resources/chromeos/wallpaper_manager/js/wallpaper_manager.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/wallpaper_manager/main.html
diff --git a/chrome/browser/resources/chromeos/wallpaper_manager/main.html b/chrome/browser/resources/chromeos/wallpaper_manager/main.html
index a41806ff0a5630e9e454381efffec1e333a0f803..0444d5d419a8474288ff293d2ca9f1b07fc7e194 100644
--- a/chrome/browser/resources/chromeos/wallpaper_manager/main.html
+++ b/chrome/browser/resources/chromeos/wallpaper_manager/main.html
@@ -7,7 +7,7 @@ found in the LICENSE file.
-->
<html i18n-values="dir:textdirection;">
<head>
- <title>Placeholder for Wallpaper Manager Main page</title>
+ <title>Wallpaper Picker</title>
<link rel="stylesheet" href="../../shared/css/widgets.css">
<link rel="stylesheet" href="css/wallpaper_manager.css">
<script src="js/main_scripts.js"></script>
@@ -54,7 +54,7 @@ found in the LICENSE file.
</label>
</div>
<div>
- <a id="author-website"></a>
+ <a id="author-website" target="_blank"></a>
</div>
</div>
<div class="spacer"></div>
« no previous file with comments | « chrome/browser/resources/chromeos/wallpaper_manager/js/wallpaper_manager.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698