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

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

Issue 9579001: css hack n' slash, continued: New styles for buttons and selects. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: message font size Created 8 years, 9 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
OLDNEW
1 <!DOCTYPE HTML> 1 <!DOCTYPE HTML>
2 <html i18n-values="dir:textdirection"> 2 <html i18n-values="dir:textdirection">
3 <head> 3 <head>
4 <title i18n-content="title"></title> 4 <title i18n-content="title"></title>
5 <link rel="stylesheet" href="chrome://resources/css/button.css"> 5 <link rel="stylesheet" href="chrome://resources/css/button.css">
6 <link rel="stylesheet" href="chrome://resources/css/dialogs.css"></link> 6 <link rel="stylesheet" href="chrome://resources/css/dialogs.css"></link>
7 <link rel="stylesheet" href="chrome://resources/css/list.css"> 7 <link rel="stylesheet" href="chrome://resources/css/list.css">
8 <link rel="stylesheet" href="chrome://resources/css/select.css">
9 <link rel="stylesheet" href="chrome://resources/css/spinner.css"> 8 <link rel="stylesheet" href="chrome://resources/css/spinner.css">
10 <link rel="stylesheet" href="chrome://resources/css/throbber.css"> 9 <link rel="stylesheet" href="chrome://resources/css/throbber.css">
11 <link rel="stylesheet" href="bubble.css"> 10 <link rel="stylesheet" href="bubble.css">
12 <link rel="stylesheet" href="header_bar.css"> 11 <link rel="stylesheet" href="header_bar.css">
13 <link rel="stylesheet" href="network_dropdown.css"> 12 <link rel="stylesheet" href="network_dropdown.css">
14 <link rel="stylesheet" href="oobe.css"> 13 <link rel="stylesheet" href="oobe.css">
15 <link rel="stylesheet" href="screen_account_picker.css"> 14 <link rel="stylesheet" href="screen_account_picker.css">
16 <link rel="stylesheet" href="screen_gaia_signin.css"> 15 <link rel="stylesheet" href="screen_gaia_signin.css">
17 <link rel="stylesheet" href="screen_error_message.css"> 16 <link rel="stylesheet" href="screen_error_message.css">
18 <link rel="stylesheet" href="user_pod_row.css"> 17 <link rel="stylesheet" href="user_pod_row.css">
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 <p id="tpm-password" hidden></p> 87 <p id="tpm-password" hidden></p>
89 </div> 88 </div>
90 <button id="security-ok-button" i18n-content="eulaTpmOkButton"></button> 89 <button id="security-ok-button" i18n-content="eulaTpmOkButton"></button>
91 </div> 90 </div>
92 </div> 91 </div>
93 <div id="bubble" class="bubble faded" hidden></div> 92 <div id="bubble" class="bubble faded" hidden></div>
94 <include src="version.html"> 93 <include src="version.html">
95 <include src="user_pod_template.html"> 94 <include src="user_pod_template.html">
96 </body> 95 </body>
97 </html> 96 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/login/login.html ('k') | chrome/browser/resources/chromeos/proxy_settings.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698