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

Side by Side Diff: trunk/src/chrome/browser/resources/ntp_android/opentabs_tablet.css

Issue 264543002: Revert 267095 "Remove WebUI NTP on Android." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 7 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
OLDNEW
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
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 }
OLDNEW
« no previous file with comments | « trunk/src/chrome/browser/resources/ntp_android/opentabs.css ('k') | trunk/src/chrome/browser/search/instant_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698