| Index: chrome/browser/resources/help/help_content.css
|
| diff --git a/chrome/browser/resources/help/help_content.css b/chrome/browser/resources/help/help_content.css
|
| index 6084217a37694b0dd461ab339e7c60ae9bb34f3d..b9b7756a350f4ec8ea083528ddeabc460c96e578 100644
|
| --- a/chrome/browser/resources/help/help_content.css
|
| +++ b/chrome/browser/resources/help/help_content.css
|
| @@ -33,6 +33,7 @@
|
| }
|
|
|
| #update-status-container {
|
| + margin-bottom: 12px;
|
| margin-top: 10px;
|
| }
|
|
|
| @@ -96,7 +97,24 @@
|
| background-size: 18px;
|
| }
|
|
|
| +#eol-status-icon {
|
| + background-image: url(../../../../ui/webui/resources/images/eol.svg);
|
| + background-size: 18px;
|
| +}
|
| +
|
| +#eol-status-container {
|
| + margin-bottom: 12px;
|
| + margin-top: 10px;
|
| +}
|
| +
|
| +#eol-status-message-container {
|
| + -webkit-margin-start: 12px;
|
| + display: inline-block;
|
| + vertical-align: middle;
|
| +}
|
| +
|
| #update-status-message-container {
|
| + -webkit-margin-start: 12px;
|
| display: inline-block;
|
| vertical-align: middle;
|
| }
|
|
|