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

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

Issue 1140403002: Update some spinners on ChromeOS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 <!doctype html> 1 <!doctype html>
2 <!-- 2 <!--
3 ------ 3 ------
4 Copyright (c) 2013 The Chromium Authors. All rights reserved. 4 Copyright (c) 2013 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;lang:language"> 8 <html i18n-values="dir:textdirection;lang:language">
9 <head> 9 <head>
10 <meta charset="utf-8"> 10 <meta charset="utf-8">
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 <list id="categories-list"></list> 93 <list id="categories-list"></list>
94 <div id="bar"></div> 94 <div id="bar"></div>
95 </div> 95 </div>
96 <div class="spacer"></div> 96 <div class="spacer"></div>
97 <div id="window-close-button" class="close"></div> 97 <div id="window-close-button" class="close"></div>
98 </div> 98 </div>
99 <div class="dialog-main"> 99 <div class="dialog-main">
100 <div id="category-container"> 100 <div id="category-container">
101 <div id="wallpaper-set-by-message"></div> 101 <div id="wallpaper-set-by-message"></div>
102 <grid id="wallpaper-grid" class="image-picker"></grid> 102 <grid id="wallpaper-grid" class="image-picker"></grid>
103 <div id="spinner-container" hidden> 103 <div id="spinner-container" hidden></div>
104 <div id="spinner"></div>
105 </div>
106 <div class="progress-bar" hidden> 104 <div class="progress-bar" hidden>
107 <div class="progress-track"></div> 105 <div class="progress-track"></div>
108 </div> 106 </div>
109 <div class="bottom-bar"> 107 <div class="bottom-bar">
110 <div id="online-wallpaper-attribute" visibleif="online"> 108 <div id="online-wallpaper-attribute" visibleif="online">
111 <img id="attribute-image" hidden> 109 <img id="attribute-image" hidden>
112 <div id="wallpaper-attribute" hidden> 110 <div id="wallpaper-attribute" hidden>
113 <div> 111 <div>
114 <label> 112 <label>
115 <span id="author-name"></span> 113 <span id="author-name"></span>
116 </label> 114 </label>
117 </div> 115 </div>
118 <div> 116 <div>
119 <a id="author-website" target="_blank"></a> 117 <a id="author-website" target="_blank"></a>
120 </div> 118 </div>
121 </div> 119 </div>
122 </div> 120 </div>
123 <div class="spacer"></div> 121 <div class="spacer"></div>
124 <div id="surprise-me" hidden> 122 <div id="surprise-me" hidden>
125 <div id="checkbox"></div> 123 <div id="checkbox"></div>
126 <span i18n-content="surpriseMeLabel"></span> 124 <span i18n-content="surpriseMeLabel"></span>
127 </div> 125 </div>
128 </div> 126 </div>
129 </div> 127 </div>
130 </div> 128 </div>
131 </div> 129 </div>
132 </body> 130 </body>
133 </html> 131 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698