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

Side by Side Diff: chrome/browser/resources/chromeos/wallpaper_manager/main.html

Issue 10919253: Fix img misalign and hide "by" when nothing selected in new wallpaepr picker ui (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge to trunk 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/resources/chromeos/wallpaper_manager/js/wallpaper_manager.js ('k') | 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 <!DOCTYPE HTML> 1 <!DOCTYPE HTML>
2 <!-- 2 <!--
3 ------ 3 ------
4 Copyright (c) 2012 The Chromium Authors. All rights reserved. 4 Copyright (c) 2012 The Chromium Authors. All rights reserved.
5 Use of this source code is governed by a BSD-style license that can be 5 Use of this source code is governed by a BSD-style license that can be
6 found in the LICENSE file. 6 found in the LICENSE file.
7 --> 7 -->
8 <html i18n-values="dir:textdirection;"> 8 <html i18n-values="dir:textdirection;">
9 <head> 9 <head>
10 <title>Placeholder for Wallpaper Manager Main page</title> 10 <title>Placeholder for Wallpaper Manager Main page</title>
(...skipping 28 matching lines...) Expand all
39 <body> 39 <body>
40 <div class="dialog-container"> 40 <div class="dialog-container">
41 <div class="dialog-sidebar"> 41 <div class="dialog-sidebar">
42 <list id="categories-list"></list> 42 <list id="categories-list"></list>
43 </div> 43 </div>
44 <div class="sidebar-splitter"></div> 44 <div class="sidebar-splitter"></div>
45 <div class="dialog-main"> 45 <div class="dialog-main">
46 <div id="category-container"> 46 <div id="category-container">
47 <grid id="wallpaper-grid" class="image-picker"></grid> 47 <grid id="wallpaper-grid" class="image-picker"></grid>
48 <div class="bottom-bar"> 48 <div class="bottom-bar">
49 <div class="wallpaper-attr"> 49 <div id="wallpaper-attribute" hidden>
50 <div> 50 <div>
51 <label> 51 <label>
52 <span i18n-content="authorLabel"></span> 52 <span i18n-content="authorLabel"></span>
53 <strong id="author-name"></strong> 53 <strong id="author-name"></strong>
54 </label> 54 </label>
55 </div> 55 </div>
56 <div> 56 <div>
57 <a id="author-website"></a> 57 <a id="author-website"></a>
58 </div> 58 </div>
59 </div> 59 </div>
(...skipping 21 matching lines...) Expand all
81 <div class="butter-message"></div> 81 <div class="butter-message"></div>
82 <div class="progress-bar" hidden> 82 <div class="progress-bar" hidden>
83 <div class="progress-track"></div> 83 <div class="progress-track"></div>
84 </div> 84 </div>
85 </div> 85 </div>
86 <div class="actions" hidden></div> 86 <div class="actions" hidden></div>
87 </div> 87 </div>
88 </div> 88 </div>
89 </body> 89 </body>
90 </html> 90 </html>
OLDNEW
« 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