Chromium Code Reviews| 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..5814974a0ca23c42580553689ddc00dd2f2c6395 100644 |
| --- a/chrome/browser/resources/ntp4/new_tab.css |
| +++ b/chrome/browser/resources/ntp4/new_tab.css |
| @@ -195,6 +195,19 @@ html[dir='rtl'] #login-container { |
| right: auto; |
| } |
| +.login-status-icon { |
| + background-repeat:no-repeat; |
|
Evan Stade
2011/12/02 21:02:16
space
sail
2011/12/03 00:09:00
Done.
|
| + background-position: right center; |
| + min-height: 27px; |
| + padding-right: 37px; |
|
Evan Stade
2011/12/02 21:02:16
-webkit-padding-end
sail
2011/12/03 00:09:00
Done.
|
| +} |
| + |
| +html[dir='rtl'] .login-status-icon { |
| + background-position: left center; |
|
Evan Stade
2011/12/02 21:02:16
nit: only change background-position-x
sail
2011/12/03 00:09:00
Done.
|
| + padding-right: 0; |
| + padding-left: 37px; |
| +} |
| + |
| .link-span { |
| text-decoration: underline; |
| } |
| @@ -211,11 +224,11 @@ html[dir='rtl'] #login-container { |
| display: inline-block; |
| } |
| -#login-status-action-area { |
| +.login-status-vcenter { |
|
Evan Stade
2011/12/02 21:02:16
can you come up with a better name? login-status-r
sail
2011/12/03 00:09:00
Done.
|
| + display: -webkit-box; |
| -webkit-box-align: center; |
| -webkit-box-orient: horizontal; |
| -webkit-box-pack: end; |
| - display: -webkit-box; |
| } |
| #login-status-advanced-container { |