Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(81)

Side by Side Diff: chrome/browser/resources/ntp4/bookmarks_page.css

Issue 7833021: [ntp4] Add a 'Manage Bookmarks' link at the top of the Bookmarks page. Also right-align links. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/resources/ntp4/bookmarks_page.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 } 152 }
153 153
154 .bookmark-separator { 154 .bookmark-separator {
155 background: -webkit-canvas(bookmark-chevron) center center no-repeat; 155 background: -webkit-canvas(bookmark-chevron) center center no-repeat;
156 border: 0; 156 border: 0;
157 height: 44px; 157 height: 44px;
158 margin: 2px 0; 158 margin: 2px 0;
159 width: 10px; 159 width: 10px;
160 } 160 }
161 161
162 .bookmarks-manager-link-container { 162 #bookmarks-top-link-wrapper {
163 left: 10px;
164 position: absolute;
165 right: 10px;
166 text-align: end;
167 top: 10px;
168 }
169
170 #bookmarks-bottom-link-wrapper {
163 height: 40px; 171 height: 40px;
172 /* Matches .tile-page-content padding-right - 10px */
173 margin: 0px -70px;
174 text-align: end;
164 } 175 }
OLDNEW
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/resources/ntp4/bookmarks_page.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698