| Index: chrome/browser/resources/chromeos/login/oobe_screen_controller_pairing.css
|
| diff --git a/chrome/browser/resources/chromeos/login/oobe_screen_controller_pairing.css b/chrome/browser/resources/chromeos/login/oobe_screen_controller_pairing.css
|
| index 3a6ab3e43dc24ffa5623f4502ad5cc365a4feb8b..10e6f71c66380d043b7b572b1bdbd224cf51f3f1 100644
|
| --- a/chrome/browser/resources/chromeos/login/oobe_screen_controller_pairing.css
|
| +++ b/chrome/browser/resources/chromeos/login/oobe_screen_controller_pairing.css
|
| @@ -3,26 +3,53 @@
|
| * found in the LICENSE file.
|
| */
|
|
|
| -#controller-pairing {
|
| +:host {
|
| + -webkit-user-select: none;
|
| background: white;
|
| - height: 601px;
|
| - padding: 20px;
|
| + display: block;
|
| + font-family: 'Roboto';
|
| + height: 600px;
|
| + position: relative;
|
| width: 720px;
|
| }
|
|
|
| -#controller-pairing .page-name {
|
| - text-align: center;
|
| +core-animated-pages {
|
| + height: 100%;
|
| + width: 100%;
|
| }
|
|
|
| -#controller-pairing .device-list {
|
| - border: 2px solid black;
|
| - height: 200px;
|
| +.gaia-frame {
|
| + height: 300px;
|
| + width: 339px;
|
| }
|
|
|
| -#controller-pairing button {
|
| - margin: 10px;
|
| +controller-pairing-page[name='device-select']::shadow #top,
|
| +controller-pairing-page[name='establishing-connection']::shadow #top {
|
| + height: 200px;
|
| }
|
|
|
| -#controller-pairing .gaia-frame {
|
| +controller-pairing-page[name='code-confirmation']::shadow #top,
|
| +controller-pairing-page[name='host-update']::shadow #top,
|
| +controller-pairing-page[name='host-connection-lost']::shadow #top,
|
| +controller-pairing-page[name='enrollment-introduction']::shadow #top {
|
| height: 300px;
|
| }
|
| +
|
| +controller-pairing-page[name='authentication']::shadow #top {
|
| + height: 100px;
|
| +}
|
| +
|
| +indeterminate-progress {
|
| + margin-bottom: 28px;
|
| + margin-top: 28px;
|
| +}
|
| +
|
| +#code {
|
| + color: #757575;
|
| + font-size: 55px;
|
| + font-weight: 300;
|
| +}
|
| +
|
| +pairing-device-list {
|
| + height: 252px;
|
| +}
|
|
|