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

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

Issue 9609023: css hack n' slash, continued: New styles for checkboxes and radios. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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">
6 <link rel="stylesheet" href="chrome://resources/css/dialogs.css"></link> 5 <link rel="stylesheet" href="chrome://resources/css/dialogs.css"></link>
7 <link rel="stylesheet" href="chrome://resources/css/list.css"> 6 <link rel="stylesheet" href="chrome://resources/css/list.css">
8 <link rel="stylesheet" href="chrome://resources/css/spinner.css"> 7 <link rel="stylesheet" href="chrome://resources/css/spinner.css">
8 <link rel="stylesheet" href="chrome://resources/css/widgets.css">
9 <link rel="stylesheet" href="bubble.css"> 9 <link rel="stylesheet" href="bubble.css">
10 <link rel="stylesheet" href="header_bar.css"> 10 <link rel="stylesheet" href="header_bar.css">
11 <link rel="stylesheet" href="network_dropdown.css"> 11 <link rel="stylesheet" href="network_dropdown.css">
12 <link rel="stylesheet" href="oobe.css"> 12 <link rel="stylesheet" href="oobe.css">
13 <link rel="stylesheet" href="screen_account_picker.css"> 13 <link rel="stylesheet" href="screen_account_picker.css">
14 <link rel="stylesheet" href="screen_gaia_signin.css"> 14 <link rel="stylesheet" href="screen_gaia_signin.css">
15 <link rel="stylesheet" href="screen_error_message.css"> 15 <link rel="stylesheet" href="screen_error_message.css">
16 <link rel="stylesheet" href="user_pod_row.css"> 16 <link rel="stylesheet" href="user_pod_row.css">
17 <script> 17 <script>
18 console.log("## login.html before script"); 18 console.log("## login.html before script");
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 </div> 70 </div>
71 </div> 71 </div>
72 <div id="bubble" class="bubble faded" hidden></div> 72 <div id="bubble" class="bubble faded" hidden></div>
73 <include src="version.html"> 73 <include src="version.html">
74 <include src="user_pod_template.html"> 74 <include src="user_pod_template.html">
75 </body> 75 </body>
76 <script> 76 <script>
77 console.log("## login.html after body"); 77 console.log("## login.html after body");
78 </script> 78 </script>
79 </html> 79 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698