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 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
166 text-align: end; | 166 text-align: end; |
167 top: 10px; | 167 top: 10px; |
168 } | 168 } |
169 | 169 |
170 #bookmarks-bottom-link-wrapper { | 170 #bookmarks-bottom-link-wrapper { |
171 height: 40px; | 171 height: 40px; |
172 /* Matches .tile-page-content padding-right - 10px */ | 172 /* Matches .tile-page-content padding-right - 10px */ |
173 margin: 0px -70px; | 173 margin: 0px -70px; |
174 text-align: end; | 174 text-align: end; |
175 } | 175 } |
| 176 |
| 177 .bookmarks-import-data-link-wrapper { |
| 178 left: 0; |
| 179 position: absolute; |
| 180 right: 0; |
| 181 top: 33%; |
| 182 } |
OLD | NEW |