Chromium Code Reviews| Index: chrome/browser/resources/chromeos/login/oobe.css |
| diff --git a/chrome/browser/resources/chromeos/login/oobe.css b/chrome/browser/resources/chromeos/login/oobe.css |
| index c9849c92121dcbcf61cee7bb1d1c6f5ea5ca119d..beb7a76b802568c3cfc763fba4b332f2dc4f5b4a 100644 |
| --- a/chrome/browser/resources/chromeos/login/oobe.css |
| +++ b/chrome/browser/resources/chromeos/login/oobe.css |
| @@ -36,6 +36,10 @@ body { |
| text-decoration: none; |
| } |
| +#eula #stats-help-link { |
| + color: #316ac5; |
| +} |
| + |
| hr.shadow { |
| -webkit-mask: -webkit-linear-gradient(left, rgba(0,0,0,0), |
| black 50%, rgba(0,0,0,0)); |
| @@ -69,6 +73,13 @@ hr.bottom { |
| padding-left: 54px; |
| } |
| +#header span, |
| +#logging span, |
| +#user-image-screen-curtain p, |
| +.label { |
| + cursor: default; |
| +} |
| + |
| #header-sections { |
| position: relative; |
| } |
| @@ -82,6 +93,7 @@ hr.bottom { |
| .header-section { |
| -webkit-transition: left .2s, opacity .2s ease-in-out; |
| position: absolute; |
| + text-transform: lowercase; |
| width: 20em; |
| } |
| @@ -93,6 +105,7 @@ hr.bottom { |
| left: -20px; |
| } |
|
altimofeev
2011/08/08 17:14:45
is it needed?
|
| + |
| .step { |
| -webkit-transition: left .2s, opacity .2s, visibility .2s ease-in-out; |
| left: 0; |
| @@ -165,6 +178,7 @@ hr.bottom { |
| #logging { |
| clear: both; |
| + font-size: small; |
| margin-top: 20px; |
| } |
| @@ -197,6 +211,7 @@ hr.bottom { |
| #footer button { |
| display: none; |
| + height: 29px; |
| } |
| #oobe.connect #continue-button, |
| @@ -267,6 +282,11 @@ button { |
| width: 310px; |
| } |
| +#cros-eula, |
| +#oem-eula { |
| + border: 1px solid #d9d9d9; |
| +} |
| + |
| #eulas.one-column #cros-eula { |
| width: 100%; |
| } |
| @@ -333,12 +353,11 @@ button { |
| -webkit-box-align: center; |
| -webkit-box-pack: center; |
| -webkit-transition: 0.25s opacity; |
| - background: -webkit-radial-gradient(rgba(127, 127, 127, 0.5), |
| - rgba(127, 127, 127, 0.5) 35%, |
| - rgba(0, 0, 0, 0.7)); |
| + background: #ffffff; |
|
altimofeev
2011/08/08 17:14:45
nit: #fff
|
| bottom: 0; |
| display: -webkit-box; |
| left: 0; |
| + opacity: 0.75; |
| padding-bottom: 130px; |
| padding: 20px; |
| position: fixed; |