| OLD | NEW |
| 1 /* | 1 /* |
| 2 * Copyright (c) 2014 The Chromium Authors. All rights reserved. | 2 * Copyright (c) 2014 The Chromium Authors. All rights reserved. |
| 3 * Use of this source code is governed by a BSD-style license that can be | 3 * Use of this source code is governed by a BSD-style license that can be |
| 4 * found in the LICENSE file. | 4 * found in the LICENSE file. |
| 5 */ | 5 */ |
| 6 | 6 |
| 7 .overview-grid-window-selector { | 7 .overview-grid-window-selector { |
| 8 position: absolute; | 8 position: absolute; |
| 9 top: 0; | 9 top: 0; |
| 10 bottom: 0; | 10 bottom: 0; |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 58 | 58 |
| 59 .window-curtain-left { | 59 .window-curtain-left { |
| 60 left: 0; | 60 left: 0; |
| 61 border-right-style: solid; | 61 border-right-style: solid; |
| 62 } | 62 } |
| 63 | 63 |
| 64 .window-curtain-right { | 64 .window-curtain-right { |
| 65 right: 0; | 65 right: 0; |
| 66 border-left-style: solid; | 66 border-left-style: solid; |
| 67 } | 67 } |
| OLD | NEW |