| Index: chrome/browser/resources/chromeos/login/screen_tpm_error.css
 | 
| diff --git a/chrome/browser/resources/chromeos/login/screen_tpm_error.css b/chrome/browser/resources/chromeos/login/screen_tpm_error.css
 | 
| index e3cd83be621a4654d2e8f13b8234f6c1a4b35138..62340abd9cd1e1c8cbcf480d413c8ab2e4045e4c 100644
 | 
| --- a/chrome/browser/resources/chromeos/login/screen_tpm_error.css
 | 
| +++ b/chrome/browser/resources/chromeos/login/screen_tpm_error.css
 | 
| @@ -4,25 +4,14 @@
 | 
|   */
 | 
|  
 | 
|  #tpm-error-message {
 | 
| -  height: 570px;
 | 
| -  /* Screen has no controls but has padding at the last text message */
 | 
| -  padding: 70px 17px 50px;
 | 
| -  width: 485px;
 | 
| +  min-width: 650px;
 | 
|  }
 | 
|  
 | 
| -#tpm-error-message-body {
 | 
| -  color: #606060;
 | 
| -  margin: 60px 50px;
 | 
| +#oobe.tpm-error-message #step-logo {
 | 
| +  z-index: 1;
 | 
|  }
 | 
|  
 | 
| -#tmp-error-text,
 | 
| -#tmp-error-reboot-text {
 | 
| -  margin-top: 15px;
 | 
| +#tpm-error-message-controls {
 | 
| +  text-align: end;
 | 
|  }
 | 
|  
 | 
| -#tpm-error-icon {
 | 
| -  background: url(chrome://theme/IDR_CRITICAL_ERROR) no-repeat center center;
 | 
| -  height: 130px;
 | 
| -  margin-top: 45px;
 | 
| -  width: 351px; /* tpm-error-message-body content width */
 | 
| -}
 | 
| 
 |