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

Side by Side Diff: chrome/browser/resources/shared/css/about_memory.css

Issue 10702091: HiDPI asset for the help bubble on about:memory (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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 | « no previous file | chrome/browser/resources/shared/images/2x/help.png » ('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) 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 font-size: 84%; 6 font-size: 84%;
7 margin: 0; 7 margin: 0;
8 min-width: 45em; 8 min-width: 45em;
9 padding: 0.75em; 9 padding: 0.75em;
10 } 10 }
(...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after
251 text-align: center; 251 text-align: center;
252 } 252 }
253 253
254 table.list#browserComparison .name { 254 table.list#browserComparison .name {
255 background-position: 5px center; 255 background-position: 5px center;
256 background-repeat: no-repeat; 256 background-repeat: no-repeat;
257 padding-left: 25px; 257 padding-left: 25px;
258 } 258 }
259 259
260 div.help { 260 div.help {
261 background: url('../images/help.gif') center bottom no-repeat; 261 background: url('../images/help.png') center bottom no-repeat;
262 display: inline-block; 262 display: inline-block;
263 height: 14px; 263 height: 14px;
264 margin: -1px 0; 264 margin: -1px 0;
265 opacity: 0.33; 265 opacity: 0.33;
266 width: 14px; 266 width: 14px;
267 } 267 }
268 268
269 div.help:hover { 269 div.help:hover {
270 opacity: 1; 270 opacity: 1;
271 } 271 }
(...skipping 17 matching lines...) Expand all
289 289
290 #helpTooltip p { 290 #helpTooltip p {
291 margin: 0.6em 0; 291 margin: 0.6em 0;
292 } 292 }
293 293
294 div.otherbrowsers { 294 div.otherbrowsers {
295 font-size: 84%; 295 font-size: 84%;
296 text-align: center; 296 text-align: center;
297 width: 100%; 297 width: 100%;
298 } 298 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/shared/images/2x/help.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698