| 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 50c51f9047e862a6a309c21372e25b8e4fc60257..c83d7caec4c30fae1e2adf6567b16510597f5ff4 100644
|
| --- a/chrome/browser/resources/ntp4/new_tab.css
|
| +++ b/chrome/browser/resources/ntp4/new_tab.css
|
| @@ -195,6 +195,17 @@ html[dir='rtl'] #login-container {
|
| right: auto;
|
| }
|
|
|
| +.login-status-icon {
|
| + background-position: right center;
|
| + background-repeat: no-repeat;
|
| + min-height: 27px;
|
| + -webkit-padding-end: 37px;
|
| +}
|
| +
|
| +html[dir='rtl'] .login-status-icon {
|
| + background-position-x: left;
|
| +}
|
| +
|
| .link-span {
|
| text-decoration: underline;
|
| }
|
| @@ -211,11 +222,11 @@ html[dir='rtl'] #login-container {
|
| display: inline-block;
|
| }
|
|
|
| -#login-status-action-area {
|
| +.login-status-row {
|
| + display: -webkit-box;
|
| -webkit-box-align: center;
|
| -webkit-box-orient: horizontal;
|
| -webkit-box-pack: end;
|
| - display: -webkit-box;
|
| }
|
|
|
| #login-status-advanced-container {
|
|
|