OLD | NEW |
1 /* Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 /* Copyright (c) 2011 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 | 5 |
6 /* Bookmark Tiles ************************************************************/ | 6 /* Bookmark Tiles ************************************************************/ |
7 | 7 |
8 .bookmark { | 8 .bookmark { |
9 display: -webkit-box; | 9 display: -webkit-box; |
10 position: absolute; | 10 position: absolute; |
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
146 -webkit-box-flex: 1; | 146 -webkit-box-flex: 1; |
147 } | 147 } |
148 | 148 |
149 .bookmark-separator { | 149 .bookmark-separator { |
150 background: -webkit-canvas(bookmark-chevron) center center no-repeat; | 150 background: -webkit-canvas(bookmark-chevron) center center no-repeat; |
151 border: 0; | 151 border: 0; |
152 height: 44px; | 152 height: 44px; |
153 margin: 2px 0; | 153 margin: 2px 0; |
154 width: 10px; | 154 width: 10px; |
155 } | 155 } |
| 156 |
| 157 .bookmarks-manager-link-container { |
| 158 height: 40px; |
| 159 } |
OLD | NEW |