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

Side by Side Diff: chrome/browser/resources/chromeos/login/oobe_screen_network.html

Issue 8826009: chromeos: Fix cursor on OOBE network screen. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years 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/login/oobe.css ('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 <div class="step hidden" id="connect"> 1 <div class="step hidden" id="connect">
2 <div class="control-with-label"> 2 <div class="control-with-label">
3 <label for="language-select" i18n-content="selectLanguage" 3 <label for="language-select" i18n-content="selectLanguage"
4 class="label menu-control"></label> 4 class="label menu-control"></label>
5 <div class="menu-area"> 5 <div class="menu-area">
6 <select id="language-select" class="menu-control"></select> 6 <select id="language-select" class="menu-control"></select>
7 </div> 7 </div>
8 </div> 8 </div>
9 <div class="control-with-label"> 9 <div class="control-with-label">
10 <label for="keyboard-select" i18n-content="selectKeyboard" 10 <label for="keyboard-select" i18n-content="selectKeyboard"
11 class="label menu-control"></label> 11 class="label menu-control"></label>
12 <div class="menu-area"> 12 <div class="menu-area">
13 <select id="keyboard-select" class="menu-control"></select> 13 <select id="keyboard-select" class="menu-control"></select>
14 </div> 14 </div>
15 </div> 15 </div>
16 <div class="control-with-label"> 16 <div class="control-with-label">
17 <label for="networks-list-dropdown" i18n-content="selectNetwork" 17 <!-- TODO: This label doesn't select the network list, since the latter is
18 implemented as a div of spans. Find a way to fix this. -->
19 <label for="networks-list" i18n-content="selectNetwork"
18 class="label menu-control"></label> 20 class="label menu-control"></label>
19 <div class="menu-area"> 21 <div class="menu-area">
20 <div id="networks-list" class="menu-control"></div> 22 <div id="networks-list" class="menu-control"></div>
21 </div> 23 </div>
22 </div> 24 </div>
23 </div> 25 </div>
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/login/oobe.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698