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..98a1c0d5db26521ff15105f72d4ab287e8dc5691 100644 |
| --- a/chrome/browser/resources/ntp4/new_tab.css |
| +++ b/chrome/browser/resources/ntp4/new_tab.css |
| @@ -195,6 +195,23 @@ html[dir='rtl'] #login-container { |
| right: auto; |
| } |
| +#login-status-header-container { |
|
Evan Stade
2011/12/02 00:03:26
I meant to suggest this should be consolidated wit
sail
2011/12/02 01:19:57
Sorry, consolidated with which rule block?
Evan Stade
2011/12/02 02:25:16
#login-status-action-area (in fact it's probably a
sail
2011/12/02 18:42:28
Done.
|
| + display: -webkit-box; |
| + -webkit-box-align: center; |
| + -webkit-box-orient: horizontal; |
| + -webkit-box-pack: end; |
| +} |
| + |
| +#login-status-header { |
| + display: block; |
| +} |
| + |
| +#login-status-icon { |
|
Evan Stade
2011/12/02 00:03:26
so no border then? if no border, then I guess we d
sail
2011/12/02 01:19:57
I don't think I understand. Don't I still need an
Evan Stade
2011/12/02 02:25:16
make it a background image of login-status-header-
sail
2011/12/02 18:42:28
Done.
|
| + margin-left: 10px; |
| + width: 27px; |
|
Evan Stade
2011/12/02 00:03:26
alphabet
sail
2011/12/02 01:19:57
Done.
|
| + height: 27px; |
| +} |
| + |
| .link-span { |
| text-decoration: underline; |
| } |
| @@ -212,10 +229,10 @@ html[dir='rtl'] #login-container { |
| } |
| #login-status-action-area { |
| + display: -webkit-box; |
| -webkit-box-align: center; |
| -webkit-box-orient: horizontal; |
| -webkit-box-pack: end; |
| - display: -webkit-box; |
| } |
| #login-status-advanced-container { |