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

Side by Side Diff: chrome/browser/resources/uber/uber_frame.css

Issue 75963006: Use proportional line height for menu items to prevent clipping. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 1 month 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) 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 { 5 body {
6 overflow: hidden; 6 overflow: hidden;
7 padding-top: 20px; 7 padding-top: 20px;
8 } 8 }
9 9
10 html.changing-content body { 10 html.changing-content body {
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 #helpNavItem { 44 #helpNavItem {
45 margin-top: 27px; 45 margin-top: 27px;
46 } 46 }
47 47
48 button { 48 button {
49 background-color: white; 49 background-color: white;
50 border: 0; 50 border: 0;
51 color: #999; 51 color: #999;
52 cursor: pointer; 52 cursor: pointer;
53 font: inherit; 53 font: inherit;
54 line-height: 17px; 54 line-height: 1.45em;
Dan Beam 2013/11/20 07:21:36 line-height: 1.417em; /* 17px based on default 12
55 margin: 6px 0; 55 margin: 6px 0;
56 padding: 0; 56 padding: 0;
57 } 57 }
58 58
59 .selected > button { 59 .selected > button {
60 color: rgb(70, 78, 90); 60 color: rgb(70, 78, 90);
61 } 61 }
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