| Index: chrome/browser/resources/ntp4/new_tab.css
|
| diff --git a/chrome/browser/resources/ntp4/new_tab.css b/chrome/browser/resources/ntp4/new_tab.css
|
| index ceec95cdbba7594541760a08a36313ce2173cce8..bdfb8316ce458823e3669a458264700c56039317 100644
|
| --- a/chrome/browser/resources/ntp4/new_tab.css
|
| +++ b/chrome/browser/resources/ntp4/new_tab.css
|
| @@ -195,6 +195,25 @@ html[dir='rtl'] #login-container {
|
| right: auto;
|
| }
|
|
|
| +#login-status-header-container {
|
| + -webkit-box-align: center;
|
| + -webkit-box-orient: horizontal;
|
| + -webkit-box-pack: end;
|
| + display: -webkit-box;
|
| +}
|
| +
|
| +#login-status-header {
|
| + display: block;
|
| +}
|
| +
|
| +#login-status-icon {
|
| + width: 27px;
|
| + border-style: solid;
|
| + border-color: #c6c6c6;
|
| + border-width: 1px;
|
| + margin-left: 10px;
|
| +}
|
| +
|
| .link-span {
|
| text-decoration: underline;
|
| }
|
|
|