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

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

Issue 510213002: history: don't drop focus on the floor when removing a bookmark. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 476 matching lines...) Expand 10 before | Expand all | Expand 10 after
487 487
488 html .expand .site-domain-arrow { 488 html .expand .site-domain-arrow {
489 -webkit-transform: rotate(90deg); 489 -webkit-transform: rotate(90deg);
490 } 490 }
491 491
492 .entry .bookmark-section { 492 .entry .bookmark-section {
493 -webkit-margin-end: 3px; 493 -webkit-margin-end: 3px;
494 -webkit-margin-start: 8px; 494 -webkit-margin-start: 8px;
495 background: 495 background:
496 url(../../../../ui/webui/resources/images/star_small.png) no-repeat; 496 url(../../../../ui/webui/resources/images/star_small.png) no-repeat;
497 border: none;
497 display: inline-block; 498 display: inline-block;
498 height: 11px; 499 height: 11px;
499 min-width: 15px; 500 min-width: 15px;
500 visibility: hidden; 501 visibility: hidden;
501 } 502 }
502 503
503 .entry .starred { 504 .entry .starred {
504 visibility: visible; 505 visibility: visible;
505 } 506 }
506 507
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
610 background-image: url(../../../../ui/webui/resources/images/phone_small.png); 611 background-image: url(../../../../ui/webui/resources/images/phone_small.png);
611 background-position: 14px center; 612 background-position: 14px center;
612 padding-left: 43px; 613 padding-left: 43px;
613 } 614 }
614 615
615 #action-menu[data-devicetype='tablet']::before { 616 #action-menu[data-devicetype='tablet']::before {
616 background-image: url(../../../../ui/webui/resources/images/tablet_small.png); 617 background-image: url(../../../../ui/webui/resources/images/tablet_small.png);
617 background-position: 17px center; 618 background-position: 17px center;
618 padding-left: 49px; 619 padding-left: 49px;
619 } 620 }
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