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

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

Issue 957253003: Fix chrome://history for supervised users on mobile (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comment Created 5 years, 9 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 | chrome/browser/resources/history/history.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) 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 html[dir='rtl'] body.uber-frame > .page { 5 html[dir='rtl'] body.uber-frame > .page {
6 -webkit-margin-end: 0; 6 -webkit-margin-end: 0;
7 } 7 }
8 8
9 body.uber-frame > .page.big-topbar-page { 9 body.uber-frame > .page.big-topbar-page {
10 padding-top: 78px; 10 padding-top: 78px;
(...skipping 440 matching lines...) Expand 10 before | Expand all | Expand 10 after
451 background-repeat: no-repeat; 451 background-repeat: no-repeat;
452 background-size: 16px; 452 background-size: 16px;
453 } 453 }
454 454
455 html[dir='rtl'] .entry .visit-entry, 455 html[dir='rtl'] .entry .visit-entry,
456 html[dir='rtl'] .site-domain, 456 html[dir='rtl'] .site-domain,
457 html[dir='rtl'] .blocked-indicator { 457 html[dir='rtl'] .blocked-indicator {
458 background-position-x: right; 458 background-position-x: right;
459 } 459 }
460 460
461 <if expr="not is_android">
462 /* TODO(sergiu): If this is the final icon replace it with a separate resource. 461 /* TODO(sergiu): If this is the final icon replace it with a separate resource.
463 */ 462 */
464 .entry .blocked-indicator { 463 .entry .blocked-indicator {
465 -webkit-padding-start: 20px; /* 16px for favicon, 4px for <a> padding. */ 464 -webkit-padding-start: 20px; /* 16px for favicon, 4px for <a> padding. */
466 background-image: url(../ssl/images/roadblock.png); 465 background-image: url(../ssl/images/roadblock.png);
467 } 466 }
468 467
469 .blocked-indicator .title { 468 .blocked-indicator .title {
470 color: rgb(151, 156, 160); 469 color: rgb(151, 156, 160);
471 } 470 }
472 </if>
473 471
474 .site-domain button:hover { 472 .site-domain button:hover {
475 text-decoration: none; 473 text-decoration: none;
476 } 474 }
477 475
478 .site-domain-arrow { 476 .site-domain-arrow {
479 -webkit-transform: rotate(0); 477 -webkit-transform: rotate(0);
480 -webkit-transition: -webkit-transform 300ms linear; 478 -webkit-transition: -webkit-transform 300ms linear;
481 background: url(../disclosure_triangle_small.png) no-repeat; 479 background: url(../disclosure_triangle_small.png) no-repeat;
482 background-position: 5px 5px; 480 background-position: 5px 5px;
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
629 background-image: url(../../../../ui/webui/resources/images/phone_small.png); 627 background-image: url(../../../../ui/webui/resources/images/phone_small.png);
630 background-position: 14px center; 628 background-position: 14px center;
631 padding-left: 43px; 629 padding-left: 43px;
632 } 630 }
633 631
634 #action-menu[data-devicetype='tablet']::before { 632 #action-menu[data-devicetype='tablet']::before {
635 background-image: url(../../../../ui/webui/resources/images/tablet_small.png); 633 background-image: url(../../../../ui/webui/resources/images/tablet_small.png);
636 background-position: 17px center; 634 background-position: 17px center;
637 padding-left: 49px; 635 padding-left: 49px;
638 } 636 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/history/history.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698