| OLD | NEW |
| 1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 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 body[device='tablet'] #open_tabs_container { | 5 body[device='tablet'] #open_tabs_container { |
| 6 padding-bottom: 40px; | 6 padding-bottom: 40px; |
| 7 } | 7 } |
| 8 | 8 |
| 9 body[device='tablet'] #open_tabs_container .page-list>div { | 9 body[device='tablet'] #open_tabs_container .page-list>div { |
| 10 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16); | 10 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16); |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 52 } | 52 } |
| 53 | 53 |
| 54 body[device='tablet'] .session-last-synced { | 54 body[device='tablet'] .session-last-synced { |
| 55 font-weight: normal; | 55 font-weight: normal; |
| 56 } | 56 } |
| 57 | 57 |
| 58 body[device='tablet'] #open_tabs_container .session-children-container | 58 body[device='tablet'] #open_tabs_container .session-children-container |
| 59 .list-item:first-child { | 59 .list-item:first-child { |
| 60 border-top: none; | 60 border-top: none; |
| 61 } | 61 } |
| OLD | NEW |