Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <!-- | 1 <!-- |
| 2 This file is included for OOBE and login. If a file is also needed by the lock | 2 This file is included for OOBE and login. If a file is also needed by the lock |
| 3 screen, it should be added to login_shared.html | 3 screen, it should be added to login_shared.html |
| 4 --> | 4 --> |
| 5 | 5 |
| 6 <!-- There is no way to include custom style, so let's place it here.--> | |
|
michaelpg
2016/10/09 21:02:51
This doesn't need to be a custom-style.
Alexander Alekseev
2016/10/11 00:01:53
Done.
| |
| 7 <style is="custom-style"> | |
| 8 :root { | |
| 9 --oobe-roboto-medium: 500 12px Roboto; | |
| 10 } | |
| 11 </style> | |
| 12 | |
| 6 <link rel="stylesheet" href="api_keys_notice.css"> | 13 <link rel="stylesheet" href="api_keys_notice.css"> |
| 7 <link rel="stylesheet" href="network_dropdown.css"> | 14 <link rel="stylesheet" href="network_dropdown.css"> |
| 8 | 15 |
| 9 <link rel="stylesheet" href="oobe_screen_enable_debugging.css"> | 16 <link rel="stylesheet" href="oobe_screen_enable_debugging.css"> |
| 10 <link rel="stylesheet" href="oobe_screen_eula.css"> | 17 <link rel="stylesheet" href="oobe_screen_eula.css"> |
| 11 <link rel="stylesheet" href="oobe_screen_eula_installation_settings_overlay.css" > | 18 <link rel="stylesheet" href="oobe_screen_eula_installation_settings_overlay.css" > |
| 12 <link rel="stylesheet" href="oobe_screen_network.css"> | 19 <link rel="stylesheet" href="oobe_screen_network.css"> |
| 13 <link rel="stylesheet" href="oobe_screen_reset.css"> | 20 <link rel="stylesheet" href="oobe_screen_reset.css"> |
| 14 <link rel="stylesheet" href="oobe_screen_reset_confirmation_overlay.css"> | 21 <link rel="stylesheet" href="oobe_screen_reset_confirmation_overlay.css"> |
| 15 <link rel="stylesheet" href="oobe_screen_hid_detection.css"> | 22 <link rel="stylesheet" href="oobe_screen_hid_detection.css"> |
| (...skipping 12 matching lines...) Expand all Loading... | |
| 28 <link rel="stylesheet" href="screen_wrong_hwid.css"> | 35 <link rel="stylesheet" href="screen_wrong_hwid.css"> |
| 29 <link rel="stylesheet" href="screen_supervised_user_creation.css"> | 36 <link rel="stylesheet" href="screen_supervised_user_creation.css"> |
| 30 <link rel="stylesheet" href="screen_confirm_password.css"> | 37 <link rel="stylesheet" href="screen_confirm_password.css"> |
| 31 <link rel="stylesheet" href="screen_fatal_error.css"> | 38 <link rel="stylesheet" href="screen_fatal_error.css"> |
| 32 <link rel="stylesheet" href="screen_device_disabled.css"> | 39 <link rel="stylesheet" href="screen_device_disabled.css"> |
| 33 <link rel="stylesheet" href="screen_unrecoverable_cryptohome_error.css"> | 40 <link rel="stylesheet" href="screen_unrecoverable_cryptohome_error.css"> |
| 34 | 41 |
| 35 <link rel="stylesheet" href="../../options/chromeos/bluetooth.css"> | 42 <link rel="stylesheet" href="../../options/chromeos/bluetooth.css"> |
| 36 | 43 |
| 37 <script src="chrome://oobe/keyboard_utils.js"></script> | 44 <script src="chrome://oobe/keyboard_utils.js"></script> |
| OLD | NEW |