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

Side by Side Diff: chrome/browser/resources/history/history_mobile.css

Issue 13724008: History: Fix alignment issue with 'x' buttons on Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 8 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
« no previous file with comments | « no previous file | no next file » | 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) 2013 The Chromium Authors. All rights reserved. 1 /* Copyright (c) 2013 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 /* This file contains styles specific to Android and iOS. */ 5 /* This file contains styles specific to Android and iOS. */
6 6
7 body { 7 body {
8 color: rgb(76, 76, 76); 8 color: rgb(76, 76, 76);
9 margin: 0; 9 margin: 0;
10 margin-bottom: 46px; 10 margin-bottom: 46px;
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 margin-bottom: 0; 117 margin-bottom: 0;
118 margin-top: 0; 118 margin-top: 0;
119 padding-bottom: 0; 119 padding-bottom: 0;
120 } 120 }
121 121
122 h3, 122 h3,
123 .entry, 123 .entry,
124 #search-field { 124 #search-field {
125 border-bottom: 1px solid rgb(220, 220, 220); 125 border-bottom: 1px solid rgb(220, 220, 220);
126 border-top: 1px solid rgb(220, 220, 220); 126 border-top: 1px solid rgb(220, 220, 220);
127 display: block;
127 margin-bottom: -1px; 128 margin-bottom: -1px;
128 overflow: hidden; 129 overflow: hidden;
129 } 130 }
130 131
131 .entry-box, 132 .entry-box,
132 #search-field, 133 #search-field,
133 #results-pagination button { 134 #results-pagination button {
134 height: 60px; 135 height: 60px;
135 } 136 }
136 137
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
237 238
238 h1, 239 h1,
239 #notification-bar, 240 #notification-bar,
240 #loading-spinner, 241 #loading-spinner,
241 .no-results-message { 242 .no-results-message {
242 padding-left: 0; 243 padding-left: 0;
243 padding-right: 0; 244 padding-right: 0;
244 } 245 }
245 246
246 } /* @media only screen and (max-width:720px) */ 247 } /* @media only screen and (max-width:720px) */
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698