Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 /* Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. |
|
Dan Beam
2012/03/27 20:53:18
same here
| |
| 2 * Use of this source code is governed by a BSD-style license that can be | 2 * Use of this source code is governed by a BSD-style license that can be |
| 3 * found in the LICENSE file. | 3 * found in the LICENSE file. |
| 4 */ | 4 */ |
| 5 | 5 |
| 6 #account-picker { | 6 #account-picker { |
| 7 -webkit-box-align: center; | 7 -webkit-box-align: center; |
| 8 -webkit-box-pack: center; | 8 -webkit-box-pack: center; |
| 9 display: -webkit-box; | 9 display: -webkit-box; |
| 10 left: 0; | 10 left: 0; |
| 11 margin: 0; | 11 margin: 0; |
| 12 overflow: hidden; | 12 overflow: hidden; |
| 13 padding: 0; | 13 padding: 0; |
| 14 width: 100%; /* Same as its container */ | 14 width: 100%; /* Same as its container */ |
| 15 } | 15 } |
| OLD | NEW |